Shades of Deep Cerise #CC3399
Tints of Deep Cerise #CC3399
RGB
CMYK
RGB Variations
Color information
#CC3399 (or 0xCC3399) is known color: 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
RGB | 204 | 51 | 153 | - |
CMYK | 0 | 0.75 | 0.25 | 0.2 |
HSL | 320º | 0.6% | 0.5% | - |
HSV(B) | 320º | 0.75% | 0.8% | - |
XYZ | 31.84 | 17.5 | 31.84 | - |
YUV | 108.38 | 153.19 | 196.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 51 | 153 | 0 | 0.75 | 0.25 | 0.2 | 320 | 0.6 | 0.5 |
Hex | CC | 33 | 99 | 0 | 4B | 19 | 14 | 140 | 3C | 32 |
Octal | 314 | 63 | 231 | 0 | 113 | 31 | 24 | 500 | 74 | 62 |
Binary | 11001100 | 110011 | 10011001 | 0 | 1001011 | 11001 | 10100 | 101000000 | 111100 | 110010 |
Color Harmonies of #CC3399
Complementary color
Monochromatic Colors of #CC3399
Black with #CC3399
Text Example
Text Example
White with #CC3399
Text Example
Text Example
HTML Codes & Css Web 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>