Shades of Medium Violet Red #CE2496
Tints of Medium Violet Red #CE2496
RGB
CMYK
RGB Variations
Color information
#CE2496 (or 0xCE2496) is known color: Medium Violet Red. HEX triplet: CE, 24 and 96. RGB value is (206,36,150). Sum of RGB (Red+Green+Blue) = 206+36+150=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2496 is #31DB69. Grayscale: #636363. Windows color (decimal): -3267434 or 9839822. OLE color: 9839822.
HSL color Cylindrical-coordinate representation of color #CE2496: hue angle of 319.76º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2496 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 150 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.19 |
| HSL | 319.76º | 0.7% | 0.47% | - |
| HSV(B) | 319.76º | 0.83% | 0.81% | - |
| XYZ | 31.59 | 16.59 | 30.39 | - |
| YUV | 99.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 150 | 0 | 0.83 | 0.27 | 0.19 | 319.76 | 0.7 | 0.47 |
| Hex | CE | 24 | 96 | 0 | 53 | 1B | 13 | 140 | 46 | 2F |
| Octal | 316 | 44 | 226 | 0 | 123 | 33 | 23 | 500 | 106 | 57 |
| Binary | 11001110 | 100100 | 10010110 | 0 | 1010011 | 11011 | 10011 | 101000000 | 1000110 | 101111 |
Color Harmonies of #CE2496
Complementary color
Monochromatic Colors of #CE2496
Black with #CE2496
Text Example
Text Example
White with #CE2496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2496; }
p { color: rgb(206,36,150); }
H1.HeaderClassName
{
color: #CE2496;
}
.AnyTagClassName
{
color: #CE2496;
}
</style>
background-color css
<style>
a { background-color: #CE2496; }
a { background-color: rgb(206,36,150); }
div.DivClassName
{
background-color: #CE2496;
}
.BgClassName
{
background-color: #CE2496;
}
</style>
border-color css
<style>
span { border-color: #CE2496; }
span { border-color: rgb(206,36,150); }
td.TdClassName
{
border-color: #CE2496;
}
.TagClassName
{
border-color: #CE2496;
}
</style>