Html Css Color HEX #CB3876 Deep Cerise

📋 copy color: '#CB3876'

red 203 ◦ green 56 ◦ blue 118

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

Shades of Deep Cerise #CB3876

Tints of Deep Cerise #CB3876

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 53.85%
G = 14.85%
B = 31.3%

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

#CB3876 (or 0xCB3876) is known color: Deep Cerise. HEX triplet: CB, 38 and 76. RGB value is (203,56,118). Sum of RGB (Red+Green+Blue) = 203+56+118=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3876 is #34C789. Grayscale: #6A6A6A. Windows color (decimal): -3458954 or 7747787. OLE color: 7747787.

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

Color convert

RGB 203 56 118 -
CMYK 0 0.72 0.42 0.20
HSL 334.69º 0.59% 0.51% -
HSV(B) 334.69º 0.72% 0.8% -
XYZ 29.31 16.83 18.84 -
YUV 107.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 203 56 118 0 0.72 0.42 0.20 334.69 0.59 0.51
Hex CB 38 76 0 48 2A 14 14F 3B 33
Octal 313 70 166 0 110 52 24 517 73 63
Binary 11001011 111000 1110110 0 1001000 101010 10100 101001111 111011 110011

Color Harmonies of #CB3876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3876

Black with #CB3876

Text Example


Text Example

White with #CB3876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3876; }

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

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

background-color css

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

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

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

border-color css

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

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

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