Html Css Color HEX #CB3976 Deep Cerise

📋 copy color: '#CB3976'

red 203 ◦ green 57 ◦ blue 118

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

Shades of Deep Cerise #CB3976

Tints of Deep Cerise #CB3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 53.7%
G = 15.08%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB3976 (or 0xCB3976) is known color: Deep Cerise. HEX triplet: CB, 39 and 76. RGB value is (203,57,118). Sum of RGB (Red+Green+Blue) = 203+57+118=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3976 is #34C689. Grayscale: #6B6B6B. Windows color (decimal): -3458698 or 7748043. OLE color: 7748043.

HSL color Cylindrical-coordinate representation of color #CB3976: hue angle of 334.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3976 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 118 -
CMYK 0 0.72 0.42 0.20
HSL 334.93º 0.58% 0.51% -
HSV(B) 334.93º 0.72% 0.8% -
XYZ 29.36 16.93 18.86 -
YUV 107.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 203 57 118 0 0.72 0.42 0.20 334.93 0.58 0.51
Hex CB 39 76 0 48 2A 14 14F 3A 33
Octal 313 71 166 0 110 52 24 517 72 63
Binary 11001011 111001 1110110 0 1001000 101010 10100 101001111 111010 110011

Color Harmonies of #CB3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3976

Black with #CB3976

Text Example


Text Example

White with #CB3976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3976; }

 p { color: rgb(203,57,118); }

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

background-color css

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

 a { background-color: rgb(203,57,118); }

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

border-color css

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

 span { border-color: rgb(203,57,118); }

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