Html Css Color HEX #CB3674 Deep Cerise

📋 copy color: '#CB3674'

red 203 ◦ green 54 ◦ blue 116

#CB3674
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CB3674

Tints of Deep Cerise #CB3674

RGB

 RED value IS 203 (79.69% from 255) = 54.42%

 GREEN value IS 54 (21.48% from 255) = 14.48%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 54.42%
G = 14.48%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB3674 (or 0xCB3674) is known color: Deep Cerise. HEX triplet: CB, 36 and 74. RGB value is (203,54,116). Sum of RGB (Red+Green+Blue) = 203+54+116=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3674 is #34C98B. Grayscale: #696969. Windows color (decimal): -3459468 or 7616203. OLE color: 7616203.

HSL color Cylindrical-coordinate representation of color #CB3674: hue angle of 335.03º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3674 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 116 -
CMYK 0 0.73 0.43 0.20
HSL 335.03º 0.59% 0.5% -
HSV(B) 335.03º 0.73% 0.8% -
XYZ 29.1 16.6 18.19 -
YUV 105.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 203 54 116 0 0.73 0.43 0.20 335.03 0.59 0.5
Hex CB 36 74 0 49 2B 14 14F 3B 32
Octal 313 66 164 0 111 53 24 517 73 62
Binary 11001011 110110 1110100 0 1001001 101011 10100 101001111 111011 110010

Color Harmonies of #CB3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3674

Black with #CB3674

Text Example


Text Example

White with #CB3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3674; }

 p { color: rgb(203,54,116); }

 H1.HeaderClassName
 {
   color: #CB3674;
 }
 .AnyTagClassName
 {
   color: #CB3674;
 }
</style>

background-color css

<style>
 a { background-color: #CB3674; }

 a { background-color: rgb(203,54,116); }

 div.DivClassName
 {
   background-color: #CB3674;
 }
 .BgClassName
 {
   background-color: #CB3674;
 }
</style>

border-color css

<style>
 span { border-color: #CB3674; }

 span { border-color: rgb(203,54,116); }

 td.TdClassName
 {
   border-color: #CB3674;
 }
 .TagClassName
 {
   border-color: #CB3674;
 }
</style>