Html Css Color HEX #CB3575 Deep Cerise

📋 copy color: '#CB3575'

red 203 ◦ green 53 ◦ blue 117

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

Shades of Deep Cerise #CB3575

Tints of Deep Cerise #CB3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.21%

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

R = 54.42%
G = 14.21%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB3575 (or 0xCB3575) is known color: Deep Cerise. HEX triplet: CB, 35 and 75. RGB value is (203,53,117). Sum of RGB (Red+Green+Blue) = 203+53+117=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3575 is #34CA8A. Grayscale: #696969. Windows color (decimal): -3459723 or 7681483. OLE color: 7681483.

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

Color convert

RGB 203 53 117 -
CMYK 0 0.74 0.42 0.20
HSL 334.4º 0.59% 0.5% -
HSV(B) 334.4º 0.74% 0.8% -
XYZ 29.11 16.53 18.49 -
YUV 105.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 203 53 117 0 0.74 0.42 0.20 334.4 0.59 0.5
Hex CB 35 75 0 4A 2A 14 14E 3B 32
Octal 313 65 165 0 112 52 24 516 73 62
Binary 11001011 110101 1110101 0 1001010 101010 10100 101001110 111011 110010

Color Harmonies of #CB3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3575

Black with #CB3575

Text Example


Text Example

White with #CB3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3575; }

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

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

background-color css

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

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

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

border-color css

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

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

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