Html Css Color HEX #CC2565 Cerise

📋 copy color: '#CC2565'

red 204 ◦ green 37 ◦ blue 101

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

Shades of Cerise #CC2565

Tints of Cerise #CC2565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.53%

R = 59.65%
G = 10.82%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC2565 (or 0xCC2565) is known color: Cerise. HEX triplet: CC, 25 and 65. RGB value is (204,37,101). Sum of RGB (Red+Green+Blue) = 204+37+101=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2565 is #33DA9A. Grayscale: #5E5E5E. Windows color (decimal): -3398299 or 6628812. OLE color: 6628812.

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

Color convert

RGB 204 37 101 -
CMYK 0 0.82 0.50 0.2
HSL 337.01º 0.69% 0.47% -
HSV(B) 337.01º 0.82% 0.8% -
XYZ 27.91 15.1 13.76 -
YUV 94.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 204 37 101 0 0.82 0.50 0.2 337.01 0.69 0.47
Hex CC 25 65 0 52 32 14 151 45 2F
Octal 314 45 145 0 122 62 24 521 105 57
Binary 11001100 100101 1100101 0 1010010 110010 10100 101010001 1000101 101111

Color Harmonies of #CC2565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2565

Black with #CC2565

Text Example


Text Example

White with #CC2565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2565; }

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

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

background-color css

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

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

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

border-color css

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

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

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