Html Css Color HEX #CC2561 Cerise

📋 copy color: '#CC2561'

red 204 ◦ green 37 ◦ blue 97

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

Shades of Cerise #CC2561

Tints of Cerise #CC2561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 60.36%
G = 10.95%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC2561 (or 0xCC2561) is known color: Cerise. HEX triplet: CC, 25 and 61. RGB value is (204,37,97). Sum of RGB (Red+Green+Blue) = 204+37+97=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2561 is #33DA9E. Grayscale: #5D5D5D. Windows color (decimal): -3398303 or 6366668. OLE color: 6366668.

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

Color convert

RGB 204 37 97 -
CMYK 0 0.82 0.52 0.2
HSL 338.44º 0.69% 0.47% -
HSV(B) 338.44º 0.82% 0.8% -
XYZ 27.72 15.02 12.75 -
YUV 93.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 204 37 97 0 0.82 0.52 0.2 338.44 0.69 0.47
Hex CC 25 61 0 52 34 14 152 45 2F
Octal 314 45 141 0 122 64 24 522 105 57
Binary 11001100 100101 1100001 0 1010010 110100 10100 101010010 1000101 101111

Color Harmonies of #CC2561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2561

Black with #CC2561

Text Example


Text Example

White with #CC2561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2561; }

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

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

background-color css

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

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

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

border-color css

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

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

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