Shades of Deep Cerise #CE397A
Tints of Deep Cerise #CE397A
RGB
CMYK
RGB Variations
Color information
#CE397A (or 0xCE397A) is known color: Deep Cerise. HEX triplet: CE, 39 and 7A. RGB value is (206,57,122). Sum of RGB (Red+Green+Blue) = 206+57+122=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CE397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE397A is #31C685. Grayscale: #6C6C6C. Windows color (decimal): -3262086 or 8010190. OLE color: 8010190.
HSL color Cylindrical-coordinate representation of color #CE397A: hue angle of 333.83º 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 #CE397A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 122 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.19 |
| HSL | 333.83º | 0.6% | 0.52% | - |
| HSV(B) | 333.83º | 0.72% | 0.81% | - |
| XYZ | 30.43 | 17.45 | 20.18 | - |
| YUV | 108.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 122 | 0 | 0.72 | 0.41 | 0.19 | 333.83 | 0.6 | 0.52 |
| Hex | CE | 39 | 7A | 0 | 48 | 29 | 13 | 14E | 3C | 34 |
| Octal | 316 | 71 | 172 | 0 | 110 | 51 | 23 | 516 | 74 | 64 |
| Binary | 11001110 | 111001 | 1111010 | 0 | 1001000 | 101001 | 10011 | 101001110 | 111100 | 110100 |
Color Harmonies of #CE397A
Complementary color
Monochromatic Colors of #CE397A
Black with #CE397A
Text Example
Text Example
White with #CE397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE397A; }
p { color: rgb(206,57,122); }
H1.HeaderClassName
{
color: #CE397A;
}
.AnyTagClassName
{
color: #CE397A;
}
</style>
background-color css
<style>
a { background-color: #CE397A; }
a { background-color: rgb(206,57,122); }
div.DivClassName
{
background-color: #CE397A;
}
.BgClassName
{
background-color: #CE397A;
}
</style>
border-color css
<style>
span { border-color: #CE397A; }
span { border-color: rgb(206,57,122); }
td.TdClassName
{
border-color: #CE397A;
}
.TagClassName
{
border-color: #CE397A;
}
</style>