Html Css Color HEX #CC3572 Cerise

📋 copy color: '#CC3572'

red 204 ◦ green 53 ◦ blue 114

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

Shades of Cerise #CC3572

Tints of Cerise #CC3572

RGB

 RED value IS 204 (80.08% from 255) = 54.99%

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

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

R = 54.99%
G = 14.29%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC3572 (or 0xCC3572) is known color: Cerise. HEX triplet: CC, 35 and 72. RGB value is (204,53,114). Sum of RGB (Red+Green+Blue) = 204+53+114=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3572 is #33CA8D. Grayscale: #696969. Windows color (decimal): -3394190 or 7484876. OLE color: 7484876.

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

Color convert

RGB 204 53 114 -
CMYK 0 0.74 0.44 0.2
HSL 335.76º 0.6% 0.5% -
HSV(B) 335.76º 0.74% 0.8% -
XYZ 29.21 16.6 17.58 -
YUV 105.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 204 53 114 0 0.74 0.44 0.2 335.76 0.6 0.5
Hex CC 35 72 0 4A 2C 14 150 3C 32
Octal 314 65 162 0 112 54 24 520 74 62
Binary 11001100 110101 1110010 0 1001010 101100 10100 101010000 111100 110010

Color Harmonies of #CC3572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3572

Black with #CC3572

Text Example


Text Example

White with #CC3572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3572; }

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

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

background-color css

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

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

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

border-color css

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

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

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