Html Css Color HEX #CB3975 Deep Cerise

📋 copy color: '#CB3975'

red 203 ◦ green 57 ◦ blue 117

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

Shades of Deep Cerise #CB3975

Tints of Deep Cerise #CB3975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 53.85%
G = 15.12%
B = 31.03%

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

#CB3975 (or 0xCB3975) is known color: Deep Cerise. HEX triplet: CB, 39 and 75. RGB value is (203,57,117). Sum of RGB (Red+Green+Blue) = 203+57+117=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3975 is #34C68A. Grayscale: #6B6B6B. Windows color (decimal): -3458699 or 7682507. OLE color: 7682507.

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

Color convert

RGB 203 57 117 -
CMYK 0 0.72 0.42 0.20
HSL 335.34º 0.58% 0.51% -
HSV(B) 335.34º 0.72% 0.8% -
XYZ 29.3 16.91 18.55 -
YUV 107.49 133.37 196.12 -
System Red Green Blue C M Y K H S L
Decimal 203 57 117 0 0.72 0.42 0.20 335.34 0.58 0.51
Hex CB 39 75 0 48 2A 14 14F 3A 33
Octal 313 71 165 0 110 52 24 517 72 63
Binary 11001011 111001 1110101 0 1001000 101010 10100 101001111 111010 110011

Color Harmonies of #CB3975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3975

Black with #CB3975

Text Example


Text Example

White with #CB3975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3975; }

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

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

background-color css

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

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

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

border-color css

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

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

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