Shades of Deep Cerise #CE3498
Tints of Deep Cerise #CE3498
RGB
CMYK
RGB Variations
Color information
#CE3498 (or 0xCE3498) is known color: Deep Cerise. HEX triplet: CE, 34 and 98. RGB value is (206,52,152). Sum of RGB (Red+Green+Blue) = 206+52+152=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3498 is #31CB67. Grayscale: #6D6D6D. Windows color (decimal): -3263336 or 9974990. OLE color: 9974990.
HSL color Cylindrical-coordinate representation of color #CE3498: hue angle of 321.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3498 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 152 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.19 |
| HSL | 321.04º | 0.61% | 0.51% | - |
| HSV(B) | 321.04º | 0.75% | 0.81% | - |
| XYZ | 32.35 | 17.84 | 31.45 | - |
| YUV | 109.45 | 152.02 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 152 | 0 | 0.75 | 0.26 | 0.19 | 321.04 | 0.61 | 0.51 |
| Hex | CE | 34 | 98 | 0 | 4B | 1A | 13 | 141 | 3D | 33 |
| Octal | 316 | 64 | 230 | 0 | 113 | 32 | 23 | 501 | 75 | 63 |
| Binary | 11001110 | 110100 | 10011000 | 0 | 1001011 | 11010 | 10011 | 101000001 | 111101 | 110011 |
Color Harmonies of #CE3498
Complementary color
Monochromatic Colors of #CE3498
Black with #CE3498
Text Example
Text Example
White with #CE3498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3498; }
p { color: rgb(206,52,152); }
H1.HeaderClassName
{
color: #CE3498;
}
.AnyTagClassName
{
color: #CE3498;
}
</style>
background-color css
<style>
a { background-color: #CE3498; }
a { background-color: rgb(206,52,152); }
div.DivClassName
{
background-color: #CE3498;
}
.BgClassName
{
background-color: #CE3498;
}
</style>
border-color css
<style>
span { border-color: #CE3498; }
span { border-color: rgb(206,52,152); }
td.TdClassName
{
border-color: #CE3498;
}
.TagClassName
{
border-color: #CE3498;
}
</style>