#CC3399

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

Shades of Deep Cerise #CC3399

Tints of Deep Cerise #CC3399

Color information

#CC3399 (or 0xCC3399) is unknown color: approx Deep Cerise. HEX triplet: CC, 33 and 99. RGB value is (204,51,153). Sum of RGB (Red+Green+Blue) = 204+51+153=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3399 is a web safe color. Inversed color of #CC3399 is #33CC66. Grayscale: #6C6C6C. Windows color (decimal): -3394663 or 10040268. OLE color: 10040268.

HSL color Cylindrical-coordinate representation of color #CC3399: hue angle of 320º degrees, saturation: 0.6, 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 #CC3399 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20451153-
CMYK00.750.250.2
HSL320º60%50%-
HSV(B)320º75%80%-
XYZ31.8417.531.84-
YUV108.38153.19196.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 12.5%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=50%
G=12.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2045115300.750.250.23206050
HexCC339904B19141403c32
Octal31463231011331245007462
Binary1100110011001110011001010010111100110100101000000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3399; }

 p { color: rgb(204,51,153); }

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

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

 a { background-color: rgb(204,51,153); }

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

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

 span { border-color: rgb(204,51,153); }

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