Html Css Color HEX #CB3572 Cerise

📋 copy color: '#CB3572'

red 203 ◦ green 53 ◦ blue 114

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

Shades of Cerise #CB3572

Tints of Cerise #CB3572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 54.86%
G = 14.32%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB3572 (or 0xCB3572) is known color: Cerise. HEX triplet: CB, 35 and 72. RGB value is (203,53,114). Sum of RGB (Red+Green+Blue) = 203+53+114=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3572 is #34CA8D. Grayscale: #686868. Windows color (decimal): -3459726 or 7484875. OLE color: 7484875.

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

Color convert

RGB 203 53 114 -
CMYK 0 0.74 0.44 0.20
HSL 335.6º 0.59% 0.5% -
HSV(B) 335.6º 0.74% 0.8% -
XYZ 28.94 16.46 17.57 -
YUV 104.8 133.2 198.04 -
System Red Green Blue C M Y K H S L
Decimal 203 53 114 0 0.74 0.44 0.20 335.6 0.59 0.5
Hex CB 35 72 0 4A 2C 14 150 3B 32
Octal 313 65 162 0 112 54 24 520 73 62
Binary 11001011 110101 1110010 0 1001010 101100 10100 101010000 111011 110010

Color Harmonies of #CB3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3572

Black with #CB3572

Text Example


Text Example

White with #CB3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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