Shades of Deep Cerise #CC2E98
Tints of Deep Cerise #CC2E98
RGB
CMYK
RGB Variations
Color information
#CC2E98 (or 0xCC2E98) is known color: Deep Cerise. HEX triplet: CC, 2E and 98. RGB value is (204,46,152). Sum of RGB (Red+Green+Blue) = 204+46+152=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2E98 is #33D167. Grayscale: #696969. Windows color (decimal): -3395944 or 9973452. OLE color: 9973452.
HSL color Cylindrical-coordinate representation of color #CC2E98: hue angle of 319.75º 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 #CC2E98 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 152 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.2 |
| HSL | 319.75º | 0.63% | 0.49% | - |
| HSV(B) | 319.75º | 0.77% | 0.8% | - |
| XYZ | 31.55 | 17.06 | 31.34 | - |
| YUV | 105.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 152 | 0 | 0.77 | 0.25 | 0.2 | 319.75 | 0.63 | 0.49 |
| Hex | CC | 2E | 98 | 0 | 4D | 19 | 14 | 140 | 3F | 31 |
| Octal | 314 | 56 | 230 | 0 | 115 | 31 | 24 | 500 | 77 | 61 |
| Binary | 11001100 | 101110 | 10011000 | 0 | 1001101 | 11001 | 10100 | 101000000 | 111111 | 110001 |
Color Harmonies of #CC2E98
Complementary color
Monochromatic Colors of #CC2E98
Black with #CC2E98
Text Example
Text Example
White with #CC2E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E98; }
p { color: rgb(204,46,152); }
H1.HeaderClassName
{
color: #CC2E98;
}
.AnyTagClassName
{
color: #CC2E98;
}
</style>
background-color css
<style>
a { background-color: #CC2E98; }
a { background-color: rgb(204,46,152); }
div.DivClassName
{
background-color: #CC2E98;
}
.BgClassName
{
background-color: #CC2E98;
}
</style>
border-color css
<style>
span { border-color: #CC2E98; }
span { border-color: rgb(204,46,152); }
td.TdClassName
{
border-color: #CC2E98;
}
.TagClassName
{
border-color: #CC2E98;
}
</style>