Html Css Color HEX #CC2470 Cerise

📋 copy color: '#CC2470'

red 204 ◦ green 36 ◦ blue 112

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

Shades of Cerise #CC2470

Tints of Cerise #CC2470

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 57.95%
G = 10.23%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2470 (or 0xCC2470) is known color: Cerise. HEX triplet: CC, 24 and 70. RGB value is (204,36,112). Sum of RGB (Red+Green+Blue) = 204+36+112=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2470 is #33DB8F. Grayscale: #5E5E5E. Windows color (decimal): -3398544 or 7349452. OLE color: 7349452.

HSL color Cylindrical-coordinate representation of color #CC2470: hue angle of 332.86º degrees, saturation: 0.7, 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 #CC2470 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 112 -
CMYK 0 0.82 0.45 0.2
HSL 332.86º 0.7% 0.47% -
HSV(B) 332.86º 0.82% 0.8% -
XYZ 28.46 15.27 16.78 -
YUV 94.9 137.66 205.82 -
System Red Green Blue C M Y K H S L
Decimal 204 36 112 0 0.82 0.45 0.2 332.86 0.7 0.47
Hex CC 24 70 0 52 2D 14 14D 46 2F
Octal 314 44 160 0 122 55 24 515 106 57
Binary 11001100 100100 1110000 0 1010010 101101 10100 101001101 1000110 101111

Color Harmonies of #CC2470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2470

Black with #CC2470

Text Example


Text Example

White with #CC2470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2470; }

 p { color: rgb(204,36,112); }

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

background-color css

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

 a { background-color: rgb(204,36,112); }

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

border-color css

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

 span { border-color: rgb(204,36,112); }

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