Shades of Deep Cerise #CE289A
Tints of Deep Cerise #CE289A
RGB
CMYK
RGB Variations
Color information
#CE289A (or 0xCE289A) is known color: Deep Cerise. HEX triplet: CE, 28 and 9A. RGB value is (206,40,154). Sum of RGB (Red+Green+Blue) = 206+40+154=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE289A is #31D765. Grayscale: #666666. Windows color (decimal): -3266406 or 10102990. OLE color: 10102990.
HSL color Cylindrical-coordinate representation of color #CE289A: hue angle of 318.8º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE289A is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 40 | 154 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.19 |
| HSL | 318.8º | 0.67% | 0.48% | - |
| HSV(B) | 318.8º | 0.81% | 0.81% | - |
| XYZ | 32.05 | 16.97 | 32.16 | - |
| YUV | 102.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 40 | 154 | 0 | 0.81 | 0.25 | 0.19 | 318.8 | 0.67 | 0.48 |
| Hex | CE | 28 | 9A | 0 | 51 | 19 | 13 | 13F | 43 | 30 |
| Octal | 316 | 50 | 232 | 0 | 121 | 31 | 23 | 477 | 103 | 60 |
| Binary | 11001110 | 101000 | 10011010 | 0 | 1010001 | 11001 | 10011 | 100111111 | 1000011 | 110000 |
Color Harmonies of #CE289A
Complementary color
Monochromatic Colors of #CE289A
Black with #CE289A
Text Example
Text Example
White with #CE289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE289A; }
p { color: rgb(206,40,154); }
H1.HeaderClassName
{
color: #CE289A;
}
.AnyTagClassName
{
color: #CE289A;
}
</style>
background-color css
<style>
a { background-color: #CE289A; }
a { background-color: rgb(206,40,154); }
div.DivClassName
{
background-color: #CE289A;
}
.BgClassName
{
background-color: #CE289A;
}
</style>
border-color css
<style>
span { border-color: #CE289A; }
span { border-color: rgb(206,40,154); }
td.TdClassName
{
border-color: #CE289A;
}
.TagClassName
{
border-color: #CE289A;
}
</style>