#CC2879

Color #CC2879 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CC2879

Tints of Deep Cerise #CC2879

Color information

#CC2879 (or 0xCC2879) is unknown color: approx Deep Cerise. HEX triplet: CC, 28 and 79. RGB value is (204,40,121). Sum of RGB (Red+Green+Blue) = 204+40+121=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2879 is #33D786. Grayscale: #626262. Windows color (decimal): -3397511 or 7940300. OLE color: 7940300.

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

Color convert

RGB20440121-
CMYK00.800.410.2
HSL330.37º67.21%47.84%-
HSV(B)330.37º80.39%80%-
XYZ29.1115.7419.59-
YUV98.27140.83203.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 40 (16.02% from 255) = 10.96%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=55.89%
G=10.96%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044012100.800.410.2330.3767.2147.84
HexCC2879050291414a4330
Octal314501710120512451210360
Binary11001100101000111100101010000101001101001010010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2879; }

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

 H1.HeaderClassName
 {
   color: #CC2879;
 }
 .AnyTagClassName
 {
   color: #CC2879;
 }
</style>
background-color css

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

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

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

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

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

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