Html Css Color HEX #CC2464 Cerise

📋 copy color: '#CC2464'

red 204 ◦ green 36 ◦ blue 100

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

Shades of Cerise #CC2464

Tints of Cerise #CC2464

RGB

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

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

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

R = 60%
G = 10.59%
B = 29.41%

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

#CC2464 (or 0xCC2464) is known color: Cerise. HEX triplet: CC, 24 and 64. RGB value is (204,36,100). Sum of RGB (Red+Green+Blue) = 204+36+100=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2464 is #33DB9B. Grayscale: #5D5D5D. Windows color (decimal): -3398556 or 6563020. OLE color: 6563020.

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

Color convert

RGB 204 36 100 -
CMYK 0 0.82 0.51 0.2
HSL 337.14º 0.7% 0.47% -
HSV(B) 337.14º 0.82% 0.8% -
XYZ 27.83 15.02 13.49 -
YUV 93.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 204 36 100 0 0.82 0.51 0.2 337.14 0.7 0.47
Hex CC 24 64 0 52 33 14 151 46 2F
Octal 314 44 144 0 122 63 24 521 106 57
Binary 11001100 100100 1100100 0 1010010 110011 10100 101010001 1000110 101111

Color Harmonies of #CC2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2464

Black with #CC2464

Text Example


Text Example

White with #CC2464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2464; }

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

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

background-color css

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

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

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

border-color css

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

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

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