Shades of Deep Cerise #CE297E
Tints of Deep Cerise #CE297E
RGB
CMYK
RGB Variations
Color information
#CE297E (or 0xCE297E) is known color: Deep Cerise. HEX triplet: CE, 29 and 7E. RGB value is (206,41,126). Sum of RGB (Red+Green+Blue) = 206+41+126=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE297E is #31D681. Grayscale: #636363. Windows color (decimal): -3266178 or 8268238. OLE color: 8268238.
HSL color Cylindrical-coordinate representation of color #CE297E: hue angle of 329.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE297E is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 126 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.19 |
| HSL | 329.09º | 0.67% | 0.48% | - |
| HSV(B) | 329.09º | 0.8% | 0.81% | - |
| XYZ | 30.01 | 16.21 | 21.29 | - |
| YUV | 100.03 | 142.66 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 126 | 0 | 0.80 | 0.39 | 0.19 | 329.09 | 0.67 | 0.48 |
| Hex | CE | 29 | 7E | 0 | 50 | 27 | 13 | 149 | 43 | 30 |
| Octal | 316 | 51 | 176 | 0 | 120 | 47 | 23 | 511 | 103 | 60 |
| Binary | 11001110 | 101001 | 1111110 | 0 | 1010000 | 100111 | 10011 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CE297E
Complementary color
Monochromatic Colors of #CE297E
Black with #CE297E
Text Example
Text Example
White with #CE297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE297E; }
p { color: rgb(206,41,126); }
H1.HeaderClassName
{
color: #CE297E;
}
.AnyTagClassName
{
color: #CE297E;
}
</style>
background-color css
<style>
a { background-color: #CE297E; }
a { background-color: rgb(206,41,126); }
div.DivClassName
{
background-color: #CE297E;
}
.BgClassName
{
background-color: #CE297E;
}
</style>
border-color css
<style>
span { border-color: #CE297E; }
span { border-color: rgb(206,41,126); }
td.TdClassName
{
border-color: #CE297E;
}
.TagClassName
{
border-color: #CE297E;
}
</style>