Html Css Color HEX #CB3574 Deep Cerise

📋 copy color: '#CB3574'

red 203 ◦ green 53 ◦ blue 116

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

Shades of Deep Cerise #CB3574

Tints of Deep Cerise #CB3574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 54.57%
G = 14.25%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB3574 (or 0xCB3574) is known color: Deep Cerise. HEX triplet: CB, 35 and 74. RGB value is (203,53,116). Sum of RGB (Red+Green+Blue) = 203+53+116=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3574 is #34CA8B. Grayscale: #686868. Windows color (decimal): -3459724 or 7615947. OLE color: 7615947.

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

Color convert

RGB 203 53 116 -
CMYK 0 0.74 0.43 0.20
HSL 334.8º 0.59% 0.5% -
HSV(B) 334.8º 0.74% 0.8% -
XYZ 29.05 16.5 18.18 -
YUV 105.03 134.2 197.88 -
System Red Green Blue C M Y K H S L
Decimal 203 53 116 0 0.74 0.43 0.20 334.8 0.59 0.5
Hex CB 35 74 0 4A 2B 14 14F 3B 32
Octal 313 65 164 0 112 53 24 517 73 62
Binary 11001011 110101 1110100 0 1001010 101011 10100 101001111 111011 110010

Color Harmonies of #CB3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3574

Black with #CB3574

Text Example


Text Example

White with #CB3574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3574; }

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

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

background-color css

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

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

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

border-color css

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

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

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