Shades of Deep Cerise #CC2D99
Tints of Deep Cerise #CC2D99
RGB
CMYK
RGB Variations
Color information
#CC2D99 (or 0xCC2D99) is known color: Deep Cerise. HEX triplet: CC, 2D and 99. RGB value is (204,45,153). Sum of RGB (Red+Green+Blue) = 204+45+153=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2D99 is #33D266. Grayscale: #686868. Windows color (decimal): -3396199 or 10038732. OLE color: 10038732.
HSL color Cylindrical-coordinate representation of color #CC2D99: hue angle of 319.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D99 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 153 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.2 |
| HSL | 319.25º | 0.64% | 0.49% | - |
| HSV(B) | 319.25º | 0.78% | 0.8% | - |
| XYZ | 31.59 | 17.01 | 31.76 | - |
| YUV | 104.85 | 155.18 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 153 | 0 | 0.78 | 0.25 | 0.2 | 319.25 | 0.64 | 0.49 |
| Hex | CC | 2D | 99 | 0 | 4E | 19 | 14 | 13F | 40 | 31 |
| Octal | 314 | 55 | 231 | 0 | 116 | 31 | 24 | 477 | 100 | 61 |
| Binary | 11001100 | 101101 | 10011001 | 0 | 1001110 | 11001 | 10100 | 100111111 | 1000000 | 110001 |
Color Harmonies of #CC2D99
Complementary color
Monochromatic Colors of #CC2D99
Black with #CC2D99
Text Example
Text Example
White with #CC2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D99; }
p { color: rgb(204,45,153); }
H1.HeaderClassName
{
color: #CC2D99;
}
.AnyTagClassName
{
color: #CC2D99;
}
</style>
background-color css
<style>
a { background-color: #CC2D99; }
a { background-color: rgb(204,45,153); }
div.DivClassName
{
background-color: #CC2D99;
}
.BgClassName
{
background-color: #CC2D99;
}
</style>
border-color css
<style>
span { border-color: #CC2D99; }
span { border-color: rgb(204,45,153); }
td.TdClassName
{
border-color: #CC2D99;
}
.TagClassName
{
border-color: #CC2D99;
}
</style>