Html Css Color HEX #CC2564 Cerise

📋 copy color: '#CC2564'

red 204 ◦ green 37 ◦ blue 100

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

Shades of Cerise #CC2564

Tints of Cerise #CC2564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 59.82%
G = 10.85%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CC2564 (or 0xCC2564) is known color: Cerise. HEX triplet: CC, 25 and 64. RGB value is (204,37,100). Sum of RGB (Red+Green+Blue) = 204+37+100=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2564 is #33DA9B. Grayscale: #5E5E5E. Windows color (decimal): -3398300 or 6563276. OLE color: 6563276.

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

Color convert

RGB 204 37 100 -
CMYK 0 0.82 0.51 0.2
HSL 337.37º 0.69% 0.47% -
HSV(B) 337.37º 0.82% 0.8% -
XYZ 27.86 15.08 13.5 -
YUV 94.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 204 37 100 0 0.82 0.51 0.2 337.37 0.69 0.47
Hex CC 25 64 0 52 33 14 151 45 2F
Octal 314 45 144 0 122 63 24 521 105 57
Binary 11001100 100101 1100100 0 1010010 110011 10100 101010001 1000101 101111

Color Harmonies of #CC2564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2564

Black with #CC2564

Text Example


Text Example

White with #CC2564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2564; }

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

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

background-color css

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

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

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

border-color css

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

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

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