Shades of Deep Cerise #CC398A
Tints of Deep Cerise #CC398A
RGB
CMYK
RGB Variations
Color information
#CC398A (or 0xCC398A) is known color: Deep Cerise. HEX triplet: CC, 39 and 8A. RGB value is (204,57,138). Sum of RGB (Red+Green+Blue) = 204+57+138=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC398A is #33C675. Grayscale: #6E6E6E. Windows color (decimal): -3393142 or 9058764. OLE color: 9058764.
HSL color Cylindrical-coordinate representation of color #CC398A: hue angle of 326.94º 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 #CC398A is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 138 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.2 |
| HSL | 326.94º | 0.59% | 0.51% | - |
| HSV(B) | 326.94º | 0.72% | 0.8% | - |
| XYZ | 30.95 | 17.6 | 25.81 | - |
| YUV | 110.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 138 | 0 | 0.72 | 0.32 | 0.2 | 326.94 | 0.59 | 0.51 |
| Hex | CC | 39 | 8A | 0 | 48 | 20 | 14 | 147 | 3B | 33 |
| Octal | 314 | 71 | 212 | 0 | 110 | 40 | 24 | 507 | 73 | 63 |
| Binary | 11001100 | 111001 | 10001010 | 0 | 1001000 | 100000 | 10100 | 101000111 | 111011 | 110011 |
Color Harmonies of #CC398A
Complementary color
Monochromatic Colors of #CC398A
Black with #CC398A
Text Example
Text Example
White with #CC398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC398A; }
p { color: rgb(204,57,138); }
H1.HeaderClassName
{
color: #CC398A;
}
.AnyTagClassName
{
color: #CC398A;
}
</style>
background-color css
<style>
a { background-color: #CC398A; }
a { background-color: rgb(204,57,138); }
div.DivClassName
{
background-color: #CC398A;
}
.BgClassName
{
background-color: #CC398A;
}
</style>
border-color css
<style>
span { border-color: #CC398A; }
span { border-color: rgb(204,57,138); }
td.TdClassName
{
border-color: #CC398A;
}
.TagClassName
{
border-color: #CC398A;
}
</style>