Html Css Color HEX #CC2572 Deep Cerise

📋 copy color: '#CC2572'

red 204 ◦ green 37 ◦ blue 114

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

Shades of Deep Cerise #CC2572

Tints of Deep Cerise #CC2572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.42%

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

R = 57.46%
G = 10.42%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC2572 (or 0xCC2572) is known color: Deep Cerise. HEX triplet: CC, 25 and 72. RGB value is (204,37,114). Sum of RGB (Red+Green+Blue) = 204+37+114=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2572 is #33DA8D. Grayscale: #5F5F5F. Windows color (decimal): -3398286 or 7480780. OLE color: 7480780.

HSL color Cylindrical-coordinate representation of color #CC2572: hue angle of 332.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2572 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 37 114 -
CMYK 0 0.82 0.44 0.2
HSL 332.34º 0.69% 0.47% -
HSV(B) 332.34º 0.82% 0.8% -
XYZ 28.6 15.38 17.38 -
YUV 95.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 204 37 114 0 0.82 0.44 0.2 332.34 0.69 0.47
Hex CC 25 72 0 52 2C 14 14C 45 2F
Octal 314 45 162 0 122 54 24 514 105 57
Binary 11001100 100101 1110010 0 1010010 101100 10100 101001100 1000101 101111

Color Harmonies of #CC2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2572

Black with #CC2572

Text Example


Text Example

White with #CC2572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2572; }

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

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

background-color css

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

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

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

border-color css

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

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

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