Shades of Medium Violet Red #CE1C96
Tints of Medium Violet Red #CE1C96
RGB
CMYK
RGB Variations
Color information
#CE1C96 (or 0xCE1C96) is known color: Medium Violet Red. HEX triplet: CE, 1C and 96. RGB value is (206,28,150). Sum of RGB (Red+Green+Blue) = 206+28+150=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C96 is #31E369. Grayscale: #5E5E5E. Windows color (decimal): -3269482 or 9837774. OLE color: 9837774.
HSL color Cylindrical-coordinate representation of color #CE1C96: hue angle of 318.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C96 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 150 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.19 |
| HSL | 318.88º | 0.76% | 0.46% | - |
| HSV(B) | 318.88º | 0.86% | 0.81% | - |
| XYZ | 31.37 | 16.15 | 30.32 | - |
| YUV | 95.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 150 | 0 | 0.86 | 0.27 | 0.19 | 318.88 | 0.76 | 0.46 |
| Hex | CE | 1C | 96 | 0 | 56 | 1B | 13 | 13F | 4C | 2E |
| Octal | 316 | 34 | 226 | 0 | 126 | 33 | 23 | 477 | 114 | 56 |
| Binary | 11001110 | 11100 | 10010110 | 0 | 1010110 | 11011 | 10011 | 100111111 | 1001100 | 101110 |
Color Harmonies of #CE1C96
Complementary color
Monochromatic Colors of #CE1C96
Black with #CE1C96
Text Example
Text Example
White with #CE1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C96; }
p { color: rgb(206,28,150); }
H1.HeaderClassName
{
color: #CE1C96;
}
.AnyTagClassName
{
color: #CE1C96;
}
</style>
background-color css
<style>
a { background-color: #CE1C96; }
a { background-color: rgb(206,28,150); }
div.DivClassName
{
background-color: #CE1C96;
}
.BgClassName
{
background-color: #CE1C96;
}
</style>
border-color css
<style>
span { border-color: #CE1C96; }
span { border-color: rgb(206,28,150); }
td.TdClassName
{
border-color: #CE1C96;
}
.TagClassName
{
border-color: #CE1C96;
}
</style>