#CC3284

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

Shades of Deep Cerise #CC3284

Tints of Deep Cerise #CC3284

Color information

#CC3284 (or 0xCC3284) is unknown color: approx Deep Cerise. HEX triplet: CC, 32 and 84. RGB value is (204,50,132). Sum of RGB (Red+Green+Blue) = 204+50+132=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3284 is #33CD7B. Grayscale: #696969. Windows color (decimal): -3394940 or 8663756. OLE color: 8663756.

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

Color convert

RGB20450132-
CMYK00.750.350.2
HSL328.05º60.63%49.8%-
HSV(B)328.05º75.49%80%-
XYZ30.2116.7823.48-
YUV105.39143.02198.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 50 (19.92% from 255) = 12.95%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=52.85%
G=12.95%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045013200.750.350.2328.0560.6349.8
HexCC328404B23141483d32
Octal31462204011343245107562
Binary11001100110010100001000100101110001110100101001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3284; }

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

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

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

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

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

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

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

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