Shades of Deep Cerise #CC398C
Tints of Deep Cerise #CC398C
RGB
CMYK
RGB Variations
Color information
#CC398C (or 0xCC398C) is known color: Deep Cerise. HEX triplet: CC, 39 and 8C. RGB value is (204,57,140). Sum of RGB (Red+Green+Blue) = 204+57+140=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC398C is #33C673. Grayscale: #6E6E6E. Windows color (decimal): -3393140 or 9189836. OLE color: 9189836.
HSL color Cylindrical-coordinate representation of color #CC398C: hue angle of 326.12º 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 #CC398C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 140 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.2 |
| HSL | 326.12º | 0.59% | 0.51% | - |
| HSV(B) | 326.12º | 0.72% | 0.8% | - |
| XYZ | 31.1 | 17.66 | 26.58 | - |
| YUV | 110.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 140 | 0 | 0.72 | 0.31 | 0.2 | 326.12 | 0.59 | 0.51 |
| Hex | CC | 39 | 8C | 0 | 48 | 1F | 14 | 146 | 3B | 33 |
| Octal | 314 | 71 | 214 | 0 | 110 | 37 | 24 | 506 | 73 | 63 |
| Binary | 11001100 | 111001 | 10001100 | 0 | 1001000 | 11111 | 10100 | 101000110 | 111011 | 110011 |
Color Harmonies of #CC398C
Complementary color
Monochromatic Colors of #CC398C
Black with #CC398C
Text Example
Text Example
White with #CC398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC398C; }
p { color: rgb(204,57,140); }
H1.HeaderClassName
{
color: #CC398C;
}
.AnyTagClassName
{
color: #CC398C;
}
</style>
background-color css
<style>
a { background-color: #CC398C; }
a { background-color: rgb(204,57,140); }
div.DivClassName
{
background-color: #CC398C;
}
.BgClassName
{
background-color: #CC398C;
}
</style>
border-color css
<style>
span { border-color: #CC398C; }
span { border-color: rgb(204,57,140); }
td.TdClassName
{
border-color: #CC398C;
}
.TagClassName
{
border-color: #CC398C;
}
</style>