Shades of Deep Cerise #CE3493
Tints of Deep Cerise #CE3493
RGB
CMYK
RGB Variations
Color information
#CE3493 (or 0xCE3493) is known color: Deep Cerise. HEX triplet: CE, 34 and 93. RGB value is (206,52,147). Sum of RGB (Red+Green+Blue) = 206+52+147=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3493 is #31CB6C. Grayscale: #6C6C6C. Windows color (decimal): -3263341 or 9647310. OLE color: 9647310.
HSL color Cylindrical-coordinate representation of color #CE3493: hue angle of 322.99º 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 #CE3493 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 147 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.19 |
| HSL | 322.99º | 0.61% | 0.51% | - |
| HSV(B) | 322.99º | 0.75% | 0.81% | - |
| XYZ | 31.95 | 17.68 | 29.33 | - |
| YUV | 108.88 | 149.52 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 147 | 0 | 0.75 | 0.29 | 0.19 | 322.99 | 0.61 | 0.51 |
| Hex | CE | 34 | 93 | 0 | 4B | 1D | 13 | 143 | 3D | 33 |
| Octal | 316 | 64 | 223 | 0 | 113 | 35 | 23 | 503 | 75 | 63 |
| Binary | 11001110 | 110100 | 10010011 | 0 | 1001011 | 11101 | 10011 | 101000011 | 111101 | 110011 |
Color Harmonies of #CE3493
Complementary color
Monochromatic Colors of #CE3493
Black with #CE3493
Text Example
Text Example
White with #CE3493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3493; }
p { color: rgb(206,52,147); }
H1.HeaderClassName
{
color: #CE3493;
}
.AnyTagClassName
{
color: #CE3493;
}
</style>
background-color css
<style>
a { background-color: #CE3493; }
a { background-color: rgb(206,52,147); }
div.DivClassName
{
background-color: #CE3493;
}
.BgClassName
{
background-color: #CE3493;
}
</style>
border-color css
<style>
span { border-color: #CE3493; }
span { border-color: rgb(206,52,147); }
td.TdClassName
{
border-color: #CE3493;
}
.TagClassName
{
border-color: #CE3493;
}
</style>