Html Css Color HEX #CB3977 Deep Cerise

📋 copy color: '#CB3977'

red 203 ◦ green 57 ◦ blue 119

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

Shades of Deep Cerise #CB3977

Tints of Deep Cerise #CB3977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 53.56%
G = 15.04%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB3977 (or 0xCB3977) is known color: Deep Cerise. HEX triplet: CB, 39 and 77. RGB value is (203,57,119). Sum of RGB (Red+Green+Blue) = 203+57+119=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3977 is #34C688. Grayscale: #6B6B6B. Windows color (decimal): -3458697 or 7813579. OLE color: 7813579.

HSL color Cylindrical-coordinate representation of color #CB3977: hue angle of 334.52º 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 #CB3977 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 57 119 -
CMYK 0 0.72 0.41 0.20
HSL 334.52º 0.58% 0.51% -
HSV(B) 334.52º 0.72% 0.8% -
XYZ 29.42 16.95 19.17 -
YUV 107.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 203 57 119 0 0.72 0.41 0.20 334.52 0.58 0.51
Hex CB 39 77 0 48 29 14 14F 3A 33
Octal 313 71 167 0 110 51 24 517 72 63
Binary 11001011 111001 1110111 0 1001000 101001 10100 101001111 111010 110011

Color Harmonies of #CB3977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3977

Black with #CB3977

Text Example


Text Example

White with #CB3977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3977; }

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

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

background-color css

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

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

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

border-color css

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

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

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