Shades of Deep Cerise #CE3198
Tints of Deep Cerise #CE3198
RGB
CMYK
RGB Variations
Color information
#CE3198 (or 0xCE3198) is known color: Deep Cerise. HEX triplet: CE, 31 and 98. RGB value is (206,49,152). Sum of RGB (Red+Green+Blue) = 206+49+152=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3198 is #31CE67. Grayscale: #6B6B6B. Windows color (decimal): -3264104 or 9974222. OLE color: 9974222.
HSL color Cylindrical-coordinate representation of color #CE3198: hue angle of 320.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3198 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 152 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.19 |
| HSL | 320.64º | 0.62% | 0.5% | - |
| HSV(B) | 320.64º | 0.76% | 0.81% | - |
| XYZ | 32.22 | 17.59 | 31.4 | - |
| YUV | 107.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 152 | 0 | 0.76 | 0.26 | 0.19 | 320.64 | 0.62 | 0.5 |
| Hex | CE | 31 | 98 | 0 | 4C | 1A | 13 | 141 | 3E | 32 |
| Octal | 316 | 61 | 230 | 0 | 114 | 32 | 23 | 501 | 76 | 62 |
| Binary | 11001110 | 110001 | 10011000 | 0 | 1001100 | 11010 | 10011 | 101000001 | 111110 | 110010 |
Color Harmonies of #CE3198
Complementary color
Monochromatic Colors of #CE3198
Black with #CE3198
Text Example
Text Example
White with #CE3198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3198; }
p { color: rgb(206,49,152); }
H1.HeaderClassName
{
color: #CE3198;
}
.AnyTagClassName
{
color: #CE3198;
}
</style>
background-color css
<style>
a { background-color: #CE3198; }
a { background-color: rgb(206,49,152); }
div.DivClassName
{
background-color: #CE3198;
}
.BgClassName
{
background-color: #CE3198;
}
</style>
border-color css
<style>
span { border-color: #CE3198; }
span { border-color: rgb(206,49,152); }
td.TdClassName
{
border-color: #CE3198;
}
.TagClassName
{
border-color: #CE3198;
}
</style>