Shades of Deep Cerise #CC2F98
Tints of Deep Cerise #CC2F98
RGB
CMYK
RGB Variations
Color information
#CC2F98 (or 0xCC2F98) is known color: Deep Cerise. HEX triplet: CC, 2F and 98. RGB value is (204,47,152). Sum of RGB (Red+Green+Blue) = 204+47+152=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2F98 is #33D067. Grayscale: #696969. Windows color (decimal): -3395688 or 9973708. OLE color: 9973708.
HSL color Cylindrical-coordinate representation of color #CC2F98: hue angle of 319.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2F98 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 152 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.2 |
| HSL | 319.87º | 0.63% | 0.49% | - |
| HSV(B) | 319.87º | 0.77% | 0.8% | - |
| XYZ | 31.59 | 17.14 | 31.35 | - |
| YUV | 105.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 152 | 0 | 0.77 | 0.25 | 0.2 | 319.87 | 0.63 | 0.49 |
| Hex | CC | 2F | 98 | 0 | 4D | 19 | 14 | 140 | 3F | 31 |
| Octal | 314 | 57 | 230 | 0 | 115 | 31 | 24 | 500 | 77 | 61 |
| Binary | 11001100 | 101111 | 10011000 | 0 | 1001101 | 11001 | 10100 | 101000000 | 111111 | 110001 |
Color Harmonies of #CC2F98
Complementary color
Monochromatic Colors of #CC2F98
Black with #CC2F98
Text Example
Text Example
White with #CC2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2F98; }
p { color: rgb(204,47,152); }
H1.HeaderClassName
{
color: #CC2F98;
}
.AnyTagClassName
{
color: #CC2F98;
}
</style>
background-color css
<style>
a { background-color: #CC2F98; }
a { background-color: rgb(204,47,152); }
div.DivClassName
{
background-color: #CC2F98;
}
.BgClassName
{
background-color: #CC2F98;
}
</style>
border-color css
<style>
span { border-color: #CC2F98; }
span { border-color: rgb(204,47,152); }
td.TdClassName
{
border-color: #CC2F98;
}
.TagClassName
{
border-color: #CC2F98;
}
</style>