Html Css Color HEX #CC2D81 Deep Cerise

📋 copy color: '#CC2D81'

red 204 ◦ green 45 ◦ blue 129

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

Shades of Deep Cerise #CC2D81

Tints of Deep Cerise #CC2D81

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 53.97%
G = 11.9%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2D81 (or 0xCC2D81) is known color: Deep Cerise. HEX triplet: CC, 2D and 81. RGB value is (204,45,129). Sum of RGB (Red+Green+Blue) = 204+45+129=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2D81 is #33D27E. Grayscale: #656565. Windows color (decimal): -3396223 or 8465868. OLE color: 8465868.

HSL color Cylindrical-coordinate representation of color #CC2D81: hue angle of 328.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D81 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 45 129 -
CMYK 0 0.78 0.37 0.2
HSL 328.3º 0.64% 0.49% -
HSV(B) 328.3º 0.78% 0.8% -
XYZ 29.8 16.3 22.34 -
YUV 102.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 204 45 129 0 0.78 0.37 0.2 328.3 0.64 0.49
Hex CC 2D 81 0 4E 25 14 148 40 31
Octal 314 55 201 0 116 45 24 510 100 61
Binary 11001100 101101 10000001 0 1001110 100101 10100 101001000 1000000 110001

Color Harmonies of #CC2D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D81

Black with #CC2D81

Text Example


Text Example

White with #CC2D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D81; }

 p { color: rgb(204,45,129); }

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

background-color css

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

 a { background-color: rgb(204,45,129); }

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

border-color css

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

 span { border-color: rgb(204,45,129); }

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