Shades of Deep Cerise #CC3699
Tints of Deep Cerise #CC3699
RGB
CMYK
RGB Variations
Color information
#CC3699 (or 0xCC3699) is known color: Deep Cerise. HEX triplet: CC, 36 and 99. RGB value is (204,54,153). Sum of RGB (Red+Green+Blue) = 204+54+153=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3699 is #33C966. Grayscale: #6D6D6D. Windows color (decimal): -3393895 or 10041036. OLE color: 10041036.
HSL color Cylindrical-coordinate representation of color #CC3699: hue angle of 320.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3699 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 153 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.2 |
| HSL | 320.4º | 0.6% | 0.51% | - |
| HSV(B) | 320.4º | 0.74% | 0.8% | - |
| XYZ | 31.97 | 17.78 | 31.88 | - |
| YUV | 110.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 153 | 0 | 0.74 | 0.25 | 0.2 | 320.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 99 | 0 | 4A | 19 | 14 | 140 | 3C | 33 |
| Octal | 314 | 66 | 231 | 0 | 112 | 31 | 24 | 500 | 74 | 63 |
| Binary | 11001100 | 110110 | 10011001 | 0 | 1001010 | 11001 | 10100 | 101000000 | 111100 | 110011 |
Color Harmonies of #CC3699
Complementary color
Monochromatic Colors of #CC3699
Black with #CC3699
Text Example
Text Example
White with #CC3699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3699; }
p { color: rgb(204,54,153); }
H1.HeaderClassName
{
color: #CC3699;
}
.AnyTagClassName
{
color: #CC3699;
}
</style>
background-color css
<style>
a { background-color: #CC3699; }
a { background-color: rgb(204,54,153); }
div.DivClassName
{
background-color: #CC3699;
}
.BgClassName
{
background-color: #CC3699;
}
</style>
border-color css
<style>
span { border-color: #CC3699; }
span { border-color: rgb(204,54,153); }
td.TdClassName
{
border-color: #CC3699;
}
.TagClassName
{
border-color: #CC3699;
}
</style>