#CC3184

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

Shades of Deep Cerise #CC3184

Tints of Deep Cerise #CC3184

Color information

#CC3184 (or 0xCC3184) is unknown color: approx Deep Cerise. HEX triplet: CC, 31 and 84. RGB value is (204,49,132). Sum of RGB (Red+Green+Blue) = 204+49+132=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3184 is #33CE7B. Grayscale: #686868. Windows color (decimal): -3395196 or 8663500. OLE color: 8663500.

HSL color Cylindrical-coordinate representation of color #CC3184: hue angle of 327.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3184 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB20449132-
CMYK00.760.350.2
HSL327.87º61.26%49.61%-
HSV(B)327.87º75.98%80%-
XYZ30.1716.723.46-
YUV104.81143.35198.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 49 (19.53% from 255) = 12.73%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=52.99%
G=12.73%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044913200.760.350.2327.8761.2649.61
HexCC318404C23141483d32
Octal31461204011443245107562
Binary11001100110001100001000100110010001110100101001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3184; }

 p { color: rgb(204,49,132); }

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

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

 a { background-color: rgb(204,49,132); }

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

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

 span { border-color: rgb(204,49,132); }

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