Shades of Deep Cerise #CE398E
Tints of Deep Cerise #CE398E
RGB
CMYK
RGB Variations
Color information
#CE398E (or 0xCE398E) is known color: Deep Cerise. HEX triplet: CE, 39 and 8E. RGB value is (206,57,142). Sum of RGB (Red+Green+Blue) = 206+57+142=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE398E is #31C671. Grayscale: #6F6F6F. Windows color (decimal): -3262066 or 9320910. OLE color: 9320910.
HSL color Cylindrical-coordinate representation of color #CE398E: hue angle of 325.77º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE398E is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 142 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.19 |
| HSL | 325.77º | 0.6% | 0.52% | - |
| HSV(B) | 325.77º | 0.72% | 0.81% | - |
| XYZ | 31.8 | 18 | 27.39 | - |
| YUV | 111.24 | 145.36 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 142 | 0 | 0.72 | 0.31 | 0.19 | 325.77 | 0.6 | 0.52 |
| Hex | CE | 39 | 8E | 0 | 48 | 1F | 13 | 146 | 3C | 34 |
| Octal | 316 | 71 | 216 | 0 | 110 | 37 | 23 | 506 | 74 | 64 |
| Binary | 11001110 | 111001 | 10001110 | 0 | 1001000 | 11111 | 10011 | 101000110 | 111100 | 110100 |
Color Harmonies of #CE398E
Complementary color
Monochromatic Colors of #CE398E
Black with #CE398E
Text Example
Text Example
White with #CE398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE398E; }
p { color: rgb(206,57,142); }
H1.HeaderClassName
{
color: #CE398E;
}
.AnyTagClassName
{
color: #CE398E;
}
</style>
background-color css
<style>
a { background-color: #CE398E; }
a { background-color: rgb(206,57,142); }
div.DivClassName
{
background-color: #CE398E;
}
.BgClassName
{
background-color: #CE398E;
}
</style>
border-color css
<style>
span { border-color: #CE398E; }
span { border-color: rgb(206,57,142); }
td.TdClassName
{
border-color: #CE398E;
}
.TagClassName
{
border-color: #CE398E;
}
</style>