Html Css Color HEX #CC2881 Deep Cerise

📋 copy color: '#CC2881'

red 204 ◦ green 40 ◦ blue 129

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

Shades of Deep Cerise #CC2881

Tints of Deep Cerise #CC2881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.72%

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

R = 54.69%
G = 10.72%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CC2881 (or 0xCC2881) is known color: Deep Cerise. HEX triplet: CC, 28 and 81. RGB value is (204,40,129). Sum of RGB (Red+Green+Blue) = 204+40+129=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2881 is #33D77E. Grayscale: #626262. Windows color (decimal): -3397503 or 8464588. OLE color: 8464588.

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

Color convert

RGB 204 40 129 -
CMYK 0 0.80 0.37 0.2
HSL 327.44º 0.67% 0.48% -
HSV(B) 327.44º 0.8% 0.8% -
XYZ 29.62 15.94 22.28 -
YUV 99.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 204 40 129 0 0.80 0.37 0.2 327.44 0.67 0.48
Hex CC 28 81 0 50 25 14 147 43 30
Octal 314 50 201 0 120 45 24 507 103 60
Binary 11001100 101000 10000001 0 1010000 100101 10100 101000111 1000011 110000

Color Harmonies of #CC2881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2881

Black with #CC2881

Text Example


Text Example

White with #CC2881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2881; }

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

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

background-color css

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

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

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

border-color css

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

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

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