Shades of Deep Cerise #CC288A
Tints of Deep Cerise #CC288A
RGB
CMYK
RGB Variations
Color information
#CC288A (or 0xCC288A) is known color: Deep Cerise. HEX triplet: CC, 28 and 8A. RGB value is (204,40,138). Sum of RGB (Red+Green+Blue) = 204+40+138=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC288A is #33D775. Grayscale: #636363. Windows color (decimal): -3397494 or 9054412. OLE color: 9054412.
HSL color Cylindrical-coordinate representation of color #CC288A: hue angle of 324.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC288A is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 40 | 138 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.2 |
| HSL | 324.15º | 0.67% | 0.48% | - |
| HSV(B) | 324.15º | 0.8% | 0.8% | - |
| XYZ | 30.25 | 16.19 | 25.58 | - |
| YUV | 100.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 40 | 138 | 0 | 0.80 | 0.32 | 0.2 | 324.15 | 0.67 | 0.48 |
| Hex | CC | 28 | 8A | 0 | 50 | 20 | 14 | 144 | 43 | 30 |
| Octal | 314 | 50 | 212 | 0 | 120 | 40 | 24 | 504 | 103 | 60 |
| Binary | 11001100 | 101000 | 10001010 | 0 | 1010000 | 100000 | 10100 | 101000100 | 1000011 | 110000 |
Color Harmonies of #CC288A
Complementary color
Monochromatic Colors of #CC288A
Black with #CC288A
Text Example
Text Example
White with #CC288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC288A; }
p { color: rgb(204,40,138); }
H1.HeaderClassName
{
color: #CC288A;
}
.AnyTagClassName
{
color: #CC288A;
}
</style>
background-color css
<style>
a { background-color: #CC288A; }
a { background-color: rgb(204,40,138); }
div.DivClassName
{
background-color: #CC288A;
}
.BgClassName
{
background-color: #CC288A;
}
</style>
border-color css
<style>
span { border-color: #CC288A; }
span { border-color: rgb(204,40,138); }
td.TdClassName
{
border-color: #CC288A;
}
.TagClassName
{
border-color: #CC288A;
}
</style>