#CC3988

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

Shades of Deep Cerise #CC3988

Tints of Deep Cerise #CC3988

Color information

#CC3988 (or 0xCC3988) is unknown color: approx Deep Cerise. HEX triplet: CC, 39 and 88. RGB value is (204,57,136). Sum of RGB (Red+Green+Blue) = 204+57+136=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3988 is #33C677. Grayscale: #6D6D6D. Windows color (decimal): -3393144 or 8927692. OLE color: 8927692.

HSL color Cylindrical-coordinate representation of color #CC3988: hue angle of 327.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3988 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB20457136-
CMYK00.720.330.2
HSL327.76º59.04%51.18%-
HSV(B)327.76º72.06%80%-
XYZ30.8117.5425.05-
YUV109.96142.7195.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 136 (53.52% from 255) = 34.26%
R=51.39%
G=14.36%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045713600.720.330.2327.7659.0451.18
HexCC398804821141483b33
Octal31471210011041245107363
Binary11001100111001100010000100100010000110100101001000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3988; }

 p { color: rgb(204,57,136); }

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

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

 a { background-color: rgb(204,57,136); }

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

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

 span { border-color: rgb(204,57,136); }

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