SlideShare a Scribd company logo
RGB AND CMY
COLOR MODEL
GROUP MEMBERS
• Nazmin Nahar Nipa (133-15-2969)
• Sheikh Maruf Hossain(133-15-3051)
• Irteza Rahman (133-15-3057)
INDEX
• RGB and CMY color model
• Basic Examples
• Differences
• RGB to CMY and CMY to RGB conversion
RGB COLOR MODEL
• RGB color stands for RED,GREEN and BLUE. This color
model is used in computer monitors, television sets,
and theater. It's an additive color model.
• Additive color model means is that where we can
combine these three basic color in various ways to get
a new color.
RGB COLOR MODEL CONT.
When we will combine
RED+GREEN+BLUE=WHITE
[colors result from transmitted light]
We will see example later..
R G B (Red, Green ,Blue) is of 8-bit each.
Thus maximum possible range by individual is
0-255 (as 2^8 = 256)
CMY COLOR MODEL
A subtractive color model.
CMYK refers to the four inks used in some color
printing: cyan, magenta, yellow and key (black).
Subtractive because, The ink reduces the light
that would otherwise be reflected. Inks
subtract brightness from white.
Represent by value only 0 or 1
0 = no color
1= full color
EXAMPLES RGB
WHITE(max)
While we combined
R(255)+G(255)+B(255) =W
“+” means additive
We get white while intersecting
C (cyan) = G + B
M (magenta) = R + B
Y (yellow) = R + G
EXAMPLES CMY
“-” means subtractive
C (cyan) = W - R
M (magenta) = W - G
Y (yellow) = W – B
Key color black(max)
DIFFERENCES BETWEEN RGB AND
CMY (SIGHT DIFFERENCE)
DIFFERENCES BETWEEN RGB AND
CMY CONT.
CMYK is a four-color mode that utilizes the colors cyan,
magenta, yellow and black in various amounts to create
all of the necessary colors
RGB is an additive type of color mode that combines the
primary colors, red, green and blue, in varying levels, to
create a variety of different colors.
RGB is vibrant
Whereas CMYK is not vibrant but good for reading
DIFFERENCES BETWEEN RGB AND
CMY CONT.
In RGB, when all three colors are combined and displayed
to their full extent, the result is a pure white.
In CMYK, when the first three colors are added together,
the result is not pure black, but rather a very dark brown.
CMYK is the primary color model used by color printers.
RGB is the typical color model used on electronic devices
such as computers, theaters etc.
CONVERSION POLICY
(RGB TO CMYK]
There is a core formula if we want to convert.
The R,G,B values are divided by 255 to change the range from 0..255 to 0..1:
• R' = R/255
• G' = G/255
• B' = B/255
CONVERSION POLICY
(RGB TO CMYK] CONT.
• The black key (K) color is calculated from the red (R'), green (G') and blue (B') colors:
• K = 1-max(R', G', B')
• The cyan color (C) is calculated from the red (R') and black (K) colors:
• C = (1-R'-K) / (1-K)
• The magenta color (M) is calculated from the green (G') and black (K) colors:
• M = (1-G'-K) / (1-K)
• The yellow color (Y) is calculated from the blue (B') and black (K) colors:
• Y = (1-B'-K) / (1-K)
EXAMPLE
• Lets think There is RGB value for violate(100,50,150)
• We want to convert it into CMYK
According to formula….
R’ =100/255 =0.392
G’ =50/255 =0.196
B’ =150/255 =0.588
Lets find the key for CMY
K =(1-0.588)=0.412 [Because this the largest value among given result]
(1-K) =0.588 [Will require later]
EXAMPLE
C=(1-R’-K)/(1-K) =0.333 [calculate from Red and black]
M=(1-G’-K)/(1-K) =0.667 [calculate from Green and black]
Y=(1-B’-K)/(1-K) =0. [calculate from Blue and black]
So,CMYK value for violate is (.333 , .667 , 0)
FEELING BORED?
WE ARE ALMOST FINISHING
CONVERSION POLICY
(CMYK TO RGB]
• CMYK to RGB conversion formula
• The R,G,B values are given in the range of 0..255.
• The red (R) color is calculated from the cyan (C) and black (K) colors:
• R = 255 × (1-C) × (1-K)
• The green color (G) is calculated from the magenta (M) and black (K) colors:
• G = 255 × (1-M) × (1-K)
• The blue color (B) is calculated from the yellow (Y) and black (K) colors:
• B = 255 × (1-Y) × (1-K)
EXAMPLE
Given CMYK value for violate is (.333 , .667 , 0)
and key value is 0.412
(1-K) =.588
We need to bring out RGB value from that
According to formula….
R =255 x(1-0.333) x .588 = 100
G =255 x (1-0.667) x .588 = 50
B =255 x (1-0) x .588 =150
So,RGB value for Violate is (100,50,150)
If you want to calculate these problem online
Go to http://www.rapidtables.com/convert/color/rgb-to-cmyk.htm
THANK YOU
References:
www.rapidtables.com
www.google.com
www.wikipedia.com

More Related Content

What's hot

Computer graphics color models
Computer graphics    color modelsComputer graphics    color models
Computer graphics color models
Prof. A.Balasubramanian
 
Image restoration and degradation model
Image restoration and degradation modelImage restoration and degradation model
Image restoration and degradation model
AnupriyaDurai
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
lavanya marichamy
 
image enhancement
 image enhancement image enhancement
image enhancement
Rajendra Prasad
 
Fields of digital image processing slides
Fields of digital image processing slidesFields of digital image processing slides
Fields of digital image processing slides
Srinath Dhayalamoorthy
 
Color image processing Presentation
Color image processing PresentationColor image processing Presentation
Color image processing Presentation
Revanth Chimmani
 
Mathematical operations in image processing
Mathematical operations in image processingMathematical operations in image processing
Mathematical operations in image processing
Asad Ali
 
Psuedo color
Psuedo colorPsuedo color
Psuedo color
Mariashoukat1206
 
Color Models
Color ModelsColor Models
Color Models
Mustafa Salam
 
Digital Image restoration
Digital Image restorationDigital Image restoration
Digital Image restoration
Md Shabir Alam
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image Processing
Amna
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Md Shabir Alam
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
AAKANKSHA JAIN
 
10 color image processing
10 color image processing10 color image processing
10 color image processing
babak danyal
 
Lect 06
Lect 06 Lect 06
Lect 06
Moe Moe Myint
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
eSAT Journals
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
RCC Institute of Information Technology
 
Edge detection
Edge detectionEdge detection
Edge detection
Jyoti Dhall
 
Rgb and Cmy color model
Rgb and Cmy color modelRgb and Cmy color model
Rgb and Cmy color model
Sajid Hasan
 
Color models
Color modelsColor models
Color models
Rakesh Pandey
 

What's hot (20)

Computer graphics color models
Computer graphics    color modelsComputer graphics    color models
Computer graphics color models
 
Image restoration and degradation model
Image restoration and degradation modelImage restoration and degradation model
Image restoration and degradation model
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Fields of digital image processing slides
Fields of digital image processing slidesFields of digital image processing slides
Fields of digital image processing slides
 
Color image processing Presentation
Color image processing PresentationColor image processing Presentation
Color image processing Presentation
 
Mathematical operations in image processing
Mathematical operations in image processingMathematical operations in image processing
Mathematical operations in image processing
 
Psuedo color
Psuedo colorPsuedo color
Psuedo color
 
Color Models
Color ModelsColor Models
Color Models
 
Digital Image restoration
Digital Image restorationDigital Image restoration
Digital Image restoration
 
Color fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image ProcessingColor fundamentals and color models - Digital Image Processing
Color fundamentals and color models - Digital Image Processing
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
 
10 color image processing
10 color image processing10 color image processing
10 color image processing
 
Lect 06
Lect 06 Lect 06
Lect 06
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. pptImage segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
Image segmentation using wvlt trnsfrmtn and fuzzy logic. ppt
 
Edge detection
Edge detectionEdge detection
Edge detection
 
Rgb and Cmy color model
Rgb and Cmy color modelRgb and Cmy color model
Rgb and Cmy color model
 
Color models
Color modelsColor models
Color models
 

Similar to RGB and CMY based color model

RGB & CMYK Color Model
RGB & CMYK Color ModelRGB & CMYK Color Model
RGB & CMYK Color Model
AsifShahariar1
 
Rgb & cmy(k) color model
Rgb & cmy(k) color modelRgb & cmy(k) color model
Rgb & cmy(k) color model
University of Potsdam
 
RGB to CMY Conversions
RGB to CMY ConversionsRGB to CMY Conversions
RGB to CMY Conversions
Isaac Leif
 
Color image processing ppt
Color image processing pptColor image processing ppt
Color image processing ppt
Mvidhya9
 
Rgb and-cmy-color-model
Rgb and-cmy-color-modelRgb and-cmy-color-model
Rgb and-cmy-color-model
Marjuk Ahmed Siddiki
 
RGB Color Model and Monitor Resolution
RGB Color Model and Monitor ResolutionRGB Color Model and Monitor Resolution
RGB Color Model and Monitor Resolution
Adya Tiwari
 
"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation
Ashek Shanto
 
Computer graphices presentation
Computer graphices presentationComputer graphices presentation
Computer graphices presentation
Md. Touhidur Rahman
 
Color models
Color modelsColor models
Color models
Haitham Ahmed
 
Lecnoninecolorspacemodelindigitalimageprocess
LecnoninecolorspacemodelindigitalimageprocessLecnoninecolorspacemodelindigitalimageprocess
Lecnoninecolorspacemodelindigitalimageprocess
IrsaAamir
 
Colormodels
ColormodelsColormodels
Colormodels
Bhavik Vashi
 
Rgb&amp
Rgb&ampRgb&amp
Understanding Color#1
Understanding Color#1Understanding Color#1
Understanding Color#1
Beth Sockman
 
Graphic design major color modes
Graphic design major color modesGraphic design major color modes
Graphic design major color modes
St Mary's College,Thrissur,Kerala
 
color image processing
color image processingcolor image processing
color image processing
HemanthvenkataSaiA
 
Color Models.pptx
Color Models.pptxColor Models.pptx
Color Models.pptx
ssuser9203ca
 
Digital image processing. PPT
Digital image processing. PPTDigital image processing. PPT
Digital image processing. PPT
anushuyamurugan27
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
Neelisetty Sesha Sai Baba
 
Adobe RGB and sRGB and color gamut
Adobe RGB and sRGB and color gamutAdobe RGB and sRGB and color gamut
Adobe RGB and sRGB and color gamut
Jon Hall
 
Chap46
Chap46Chap46
Chap46
dkd_woohoo
 

Similar to RGB and CMY based color model (20)

RGB & CMYK Color Model
RGB & CMYK Color ModelRGB & CMYK Color Model
RGB & CMYK Color Model
 
Rgb & cmy(k) color model
Rgb & cmy(k) color modelRgb & cmy(k) color model
Rgb & cmy(k) color model
 
RGB to CMY Conversions
RGB to CMY ConversionsRGB to CMY Conversions
RGB to CMY Conversions
 
Color image processing ppt
Color image processing pptColor image processing ppt
Color image processing ppt
 
Rgb and-cmy-color-model
Rgb and-cmy-color-modelRgb and-cmy-color-model
Rgb and-cmy-color-model
 
RGB Color Model and Monitor Resolution
RGB Color Model and Monitor ResolutionRGB Color Model and Monitor Resolution
RGB Color Model and Monitor Resolution
 
"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation"Color model" Slide for Computer Graphics Presentation
"Color model" Slide for Computer Graphics Presentation
 
Computer graphices presentation
Computer graphices presentationComputer graphices presentation
Computer graphices presentation
 
Color models
Color modelsColor models
Color models
 
Lecnoninecolorspacemodelindigitalimageprocess
LecnoninecolorspacemodelindigitalimageprocessLecnoninecolorspacemodelindigitalimageprocess
Lecnoninecolorspacemodelindigitalimageprocess
 
Colormodels
ColormodelsColormodels
Colormodels
 
Rgb&amp
Rgb&ampRgb&amp
Rgb&amp
 
Understanding Color#1
Understanding Color#1Understanding Color#1
Understanding Color#1
 
Graphic design major color modes
Graphic design major color modesGraphic design major color modes
Graphic design major color modes
 
color image processing
color image processingcolor image processing
color image processing
 
Color Models.pptx
Color Models.pptxColor Models.pptx
Color Models.pptx
 
Digital image processing. PPT
Digital image processing. PPTDigital image processing. PPT
Digital image processing. PPT
 
Color Image Processing
Color Image ProcessingColor Image Processing
Color Image Processing
 
Adobe RGB and sRGB and color gamut
Adobe RGB and sRGB and color gamutAdobe RGB and sRGB and color gamut
Adobe RGB and sRGB and color gamut
 
Chap46
Chap46Chap46
Chap46
 

More from Md. Irteza rahman Masud

Application of projectile motion physics
Application of projectile motion physicsApplication of projectile motion physics
Application of projectile motion physics
Md. Irteza rahman Masud
 
Unity 3D, A game engine
Unity 3D, A game engineUnity 3D, A game engine
Unity 3D, A game engine
Md. Irteza rahman Masud
 
Simulation of vehicle polishing service
Simulation of vehicle polishing serviceSimulation of vehicle polishing service
Simulation of vehicle polishing service
Md. Irteza rahman Masud
 
Statistics history and applications
Statistics history and applicationsStatistics history and applications
Statistics history and applications
Md. Irteza rahman Masud
 
Range kutta numerical method techniques
Range kutta numerical method techniques Range kutta numerical method techniques
Range kutta numerical method techniques
Md. Irteza rahman Masud
 
Implementation of finger print sensor
Implementation of finger print sensorImplementation of finger print sensor
Implementation of finger print sensor
Md. Irteza rahman Masud
 
History of calculus and applications
History of calculus and applications History of calculus and applications
History of calculus and applications
Md. Irteza rahman Masud
 

More from Md. Irteza rahman Masud (7)

Application of projectile motion physics
Application of projectile motion physicsApplication of projectile motion physics
Application of projectile motion physics
 
Unity 3D, A game engine
Unity 3D, A game engineUnity 3D, A game engine
Unity 3D, A game engine
 
Simulation of vehicle polishing service
Simulation of vehicle polishing serviceSimulation of vehicle polishing service
Simulation of vehicle polishing service
 
Statistics history and applications
Statistics history and applicationsStatistics history and applications
Statistics history and applications
 
Range kutta numerical method techniques
Range kutta numerical method techniques Range kutta numerical method techniques
Range kutta numerical method techniques
 
Implementation of finger print sensor
Implementation of finger print sensorImplementation of finger print sensor
Implementation of finger print sensor
 
History of calculus and applications
History of calculus and applications History of calculus and applications
History of calculus and applications
 

Recently uploaded

一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
ubogumo
 
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
aprhf21y
 
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
lyurzi7r
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
k4krdgxx
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
yk5hdsnr
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
340qn0m1
 
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
bel9p89b
 
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
SirmaDuztepeliler
 
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
k4krdgxx
 
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
bz42w9z0
 
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
twqryq79
 
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
batchelorerbm45967
 
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
sf3cfttw
 
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
21uul8se
 
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
qbydc
 
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
02tygie
 
Value based approach to heritae conservation -.docx
Value based approach to heritae conservation -.docxValue based approach to heritae conservation -.docx
Value based approach to heritae conservation -.docx
JIT KUMAR GUPTA
 
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
67n7f53
 
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
ynrtjotp
 
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
zv943dhb
 

Recently uploaded (20)

一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
一比一原版(lu毕业证书)英国拉夫堡大学毕业证如何办理
 
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
一比一原版(brunel毕业证书)布鲁内尔大学毕业证如何办理
 
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
一比一原版美国俄勒冈大学毕业证(UO,UofO学位证)如何办理
 
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
一比一原版(Deakin毕业证书)澳洲迪肯大学毕业证文凭如何办理
 
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
一比一原版(UofM毕业证)美国密歇根大学毕业证如何办理
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证如何办理
 
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
一比一原版(UofT毕业证)加拿大多伦多大学毕业证如何办理
 
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...Rethinking Kållered │  From Big Box to a Reuse Hub: A Transformation Journey ...
Rethinking Kållered │ From Big Box to a Reuse Hub: A Transformation Journey ...
 
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
一比一原版英国伦敦政治经济学院毕业证(LSE学位证)如何办理
 
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
一比一原版澳洲科廷科技大学毕业证(Curtin毕业证)如何办理
 
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
一比一原版美国加州大学戴维斯分校毕业证(ucdavis学位证)如何办理
 
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
欧洲杯足彩-欧洲杯足彩买球软件-欧洲杯足彩买球软件下载|【​网址​🎉ac123.net🎉​】
 
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
一比一原版美国明尼苏达大学双城分校毕业证(UMTC学位证)如何办理
 
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
一比一原版(NU毕业证书)诺森比亚大学毕业证如何办理
 
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
一比一原版(ucb毕业证书)英国伯明翰大学学院毕业证如何办理
 
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
一比一原版美国加州大学欧文分校毕业证(UCI学位证)如何办理
 
Value based approach to heritae conservation -.docx
Value based approach to heritae conservation -.docxValue based approach to heritae conservation -.docx
Value based approach to heritae conservation -.docx
 
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
一比一原版(OU毕业证)美国俄克拉荷马大学毕业证如何办理
 
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
一比一原版(爱大毕业证)美国爱荷华大学毕业证如何办理
 
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)英国伯明翰大学毕业证如何办理
 

RGB and CMY based color model

  • 2. GROUP MEMBERS • Nazmin Nahar Nipa (133-15-2969) • Sheikh Maruf Hossain(133-15-3051) • Irteza Rahman (133-15-3057)
  • 3. INDEX • RGB and CMY color model • Basic Examples • Differences • RGB to CMY and CMY to RGB conversion
  • 4. RGB COLOR MODEL • RGB color stands for RED,GREEN and BLUE. This color model is used in computer monitors, television sets, and theater. It's an additive color model. • Additive color model means is that where we can combine these three basic color in various ways to get a new color.
  • 5. RGB COLOR MODEL CONT. When we will combine RED+GREEN+BLUE=WHITE [colors result from transmitted light] We will see example later.. R G B (Red, Green ,Blue) is of 8-bit each. Thus maximum possible range by individual is 0-255 (as 2^8 = 256)
  • 6. CMY COLOR MODEL A subtractive color model. CMYK refers to the four inks used in some color printing: cyan, magenta, yellow and key (black). Subtractive because, The ink reduces the light that would otherwise be reflected. Inks subtract brightness from white. Represent by value only 0 or 1 0 = no color 1= full color
  • 7. EXAMPLES RGB WHITE(max) While we combined R(255)+G(255)+B(255) =W “+” means additive We get white while intersecting C (cyan) = G + B M (magenta) = R + B Y (yellow) = R + G
  • 8. EXAMPLES CMY “-” means subtractive C (cyan) = W - R M (magenta) = W - G Y (yellow) = W – B Key color black(max)
  • 9. DIFFERENCES BETWEEN RGB AND CMY (SIGHT DIFFERENCE)
  • 10. DIFFERENCES BETWEEN RGB AND CMY CONT. CMYK is a four-color mode that utilizes the colors cyan, magenta, yellow and black in various amounts to create all of the necessary colors RGB is an additive type of color mode that combines the primary colors, red, green and blue, in varying levels, to create a variety of different colors. RGB is vibrant Whereas CMYK is not vibrant but good for reading
  • 11. DIFFERENCES BETWEEN RGB AND CMY CONT. In RGB, when all three colors are combined and displayed to their full extent, the result is a pure white. In CMYK, when the first three colors are added together, the result is not pure black, but rather a very dark brown. CMYK is the primary color model used by color printers. RGB is the typical color model used on electronic devices such as computers, theaters etc.
  • 12. CONVERSION POLICY (RGB TO CMYK] There is a core formula if we want to convert. The R,G,B values are divided by 255 to change the range from 0..255 to 0..1: • R' = R/255 • G' = G/255 • B' = B/255
  • 13. CONVERSION POLICY (RGB TO CMYK] CONT. • The black key (K) color is calculated from the red (R'), green (G') and blue (B') colors: • K = 1-max(R', G', B') • The cyan color (C) is calculated from the red (R') and black (K) colors: • C = (1-R'-K) / (1-K) • The magenta color (M) is calculated from the green (G') and black (K) colors: • M = (1-G'-K) / (1-K) • The yellow color (Y) is calculated from the blue (B') and black (K) colors: • Y = (1-B'-K) / (1-K)
  • 14. EXAMPLE • Lets think There is RGB value for violate(100,50,150) • We want to convert it into CMYK According to formula…. R’ =100/255 =0.392 G’ =50/255 =0.196 B’ =150/255 =0.588 Lets find the key for CMY K =(1-0.588)=0.412 [Because this the largest value among given result] (1-K) =0.588 [Will require later]
  • 15. EXAMPLE C=(1-R’-K)/(1-K) =0.333 [calculate from Red and black] M=(1-G’-K)/(1-K) =0.667 [calculate from Green and black] Y=(1-B’-K)/(1-K) =0. [calculate from Blue and black] So,CMYK value for violate is (.333 , .667 , 0)
  • 16. FEELING BORED? WE ARE ALMOST FINISHING
  • 17. CONVERSION POLICY (CMYK TO RGB] • CMYK to RGB conversion formula • The R,G,B values are given in the range of 0..255. • The red (R) color is calculated from the cyan (C) and black (K) colors: • R = 255 × (1-C) × (1-K) • The green color (G) is calculated from the magenta (M) and black (K) colors: • G = 255 × (1-M) × (1-K) • The blue color (B) is calculated from the yellow (Y) and black (K) colors: • B = 255 × (1-Y) × (1-K)
  • 18. EXAMPLE Given CMYK value for violate is (.333 , .667 , 0) and key value is 0.412 (1-K) =.588 We need to bring out RGB value from that According to formula…. R =255 x(1-0.333) x .588 = 100 G =255 x (1-0.667) x .588 = 50 B =255 x (1-0) x .588 =150 So,RGB value for Violate is (100,50,150) If you want to calculate these problem online Go to http://www.rapidtables.com/convert/color/rgb-to-cmyk.htm