Shades of Deep Cerise #CE397B
Tints of Deep Cerise #CE397B
RGB
CMYK
RGB Variations
Color information
#CE397B (or 0xCE397B) is known color: Deep Cerise. HEX triplet: CE, 39 and 7B. RGB value is (206,57,123). Sum of RGB (Red+Green+Blue) = 206+57+123=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE397B is #31C684. Grayscale: #6C6C6C. Windows color (decimal): -3262085 or 8075726. OLE color: 8075726.
HSL color Cylindrical-coordinate representation of color #CE397B: hue angle of 333.42º 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 #CE397B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 123 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.19 |
| HSL | 333.42º | 0.6% | 0.52% | - |
| HSV(B) | 333.42º | 0.72% | 0.81% | - |
| XYZ | 30.49 | 17.48 | 20.51 | - |
| YUV | 109.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 123 | 0 | 0.72 | 0.40 | 0.19 | 333.42 | 0.6 | 0.52 |
| Hex | CE | 39 | 7B | 0 | 48 | 28 | 13 | 14D | 3C | 34 |
| Octal | 316 | 71 | 173 | 0 | 110 | 50 | 23 | 515 | 74 | 64 |
| Binary | 11001110 | 111001 | 1111011 | 0 | 1001000 | 101000 | 10011 | 101001101 | 111100 | 110100 |
Color Harmonies of #CE397B
Complementary color
Monochromatic Colors of #CE397B
Black with #CE397B
Text Example
Text Example
White with #CE397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE397B; }
p { color: rgb(206,57,123); }
H1.HeaderClassName
{
color: #CE397B;
}
.AnyTagClassName
{
color: #CE397B;
}
</style>
background-color css
<style>
a { background-color: #CE397B; }
a { background-color: rgb(206,57,123); }
div.DivClassName
{
background-color: #CE397B;
}
.BgClassName
{
background-color: #CE397B;
}
</style>
border-color css
<style>
span { border-color: #CE397B; }
span { border-color: rgb(206,57,123); }
td.TdClassName
{
border-color: #CE397B;
}
.TagClassName
{
border-color: #CE397B;
}
</style>