Shades of Deep Cerise #CC398E
Tints of Deep Cerise #CC398E
RGB
CMYK
RGB Variations
Color information
#CC398E (or 0xCC398E) is known color: Deep Cerise. HEX triplet: CC, 39 and 8E. RGB value is (204,57,142). Sum of RGB (Red+Green+Blue) = 204+57+142=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC398E is #33C671. Grayscale: #6E6E6E. Windows color (decimal): -3393138 or 9320908. OLE color: 9320908.
HSL color Cylindrical-coordinate representation of color #CC398E: hue angle of 325.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC398E is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 142 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.2 |
| HSL | 325.31º | 0.59% | 0.51% | - |
| HSV(B) | 325.31º | 0.72% | 0.8% | - |
| XYZ | 31.25 | 17.72 | 27.36 | - |
| YUV | 110.64 | 145.7 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 142 | 0 | 0.72 | 0.30 | 0.2 | 325.31 | 0.59 | 0.51 |
| Hex | CC | 39 | 8E | 0 | 48 | 1E | 14 | 145 | 3B | 33 |
| Octal | 314 | 71 | 216 | 0 | 110 | 36 | 24 | 505 | 73 | 63 |
| Binary | 11001100 | 111001 | 10001110 | 0 | 1001000 | 11110 | 10100 | 101000101 | 111011 | 110011 |
Color Harmonies of #CC398E
Complementary color
Monochromatic Colors of #CC398E
Black with #CC398E
Text Example
Text Example
White with #CC398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC398E; }
p { color: rgb(204,57,142); }
H1.HeaderClassName
{
color: #CC398E;
}
.AnyTagClassName
{
color: #CC398E;
}
</style>
background-color css
<style>
a { background-color: #CC398E; }
a { background-color: rgb(204,57,142); }
div.DivClassName
{
background-color: #CC398E;
}
.BgClassName
{
background-color: #CC398E;
}
</style>
border-color css
<style>
span { border-color: #CC398E; }
span { border-color: rgb(204,57,142); }
td.TdClassName
{
border-color: #CC398E;
}
.TagClassName
{
border-color: #CC398E;
}
</style>