Shades of Medium Violet Red #CE1296
Tints of Medium Violet Red #CE1296
RGB
CMYK
RGB Variations
Color information
#CE1296 (or 0xCE1296) is known color: Medium Violet Red. HEX triplet: CE, 12 and 96. RGB value is (206,18,150). Sum of RGB (Red+Green+Blue) = 206+18+150=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1296 is #31ED69. Grayscale: #585858. Windows color (decimal): -3272042 or 9835214. OLE color: 9835214.
HSL color Cylindrical-coordinate representation of color #CE1296: hue angle of 317.87º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1296 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 150 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.19 |
| HSL | 317.87º | 0.84% | 0.44% | - |
| HSV(B) | 317.87º | 0.91% | 0.81% | - |
| XYZ | 31.17 | 15.76 | 30.25 | - |
| YUV | 89.26 | 162.28 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 150 | 0 | 0.91 | 0.27 | 0.19 | 317.87 | 0.84 | 0.44 |
| Hex | CE | 12 | 96 | 0 | 5B | 1B | 13 | 13E | 54 | 2C |
| Octal | 316 | 22 | 226 | 0 | 133 | 33 | 23 | 476 | 124 | 54 |
| Binary | 11001110 | 10010 | 10010110 | 0 | 1011011 | 11011 | 10011 | 100111110 | 1010100 | 101100 |
Color Harmonies of #CE1296
Complementary color
Monochromatic Colors of #CE1296
Black with #CE1296
Text Example
Text Example
White with #CE1296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1296; }
p { color: rgb(206,18,150); }
H1.HeaderClassName
{
color: #CE1296;
}
.AnyTagClassName
{
color: #CE1296;
}
</style>
background-color css
<style>
a { background-color: #CE1296; }
a { background-color: rgb(206,18,150); }
div.DivClassName
{
background-color: #CE1296;
}
.BgClassName
{
background-color: #CE1296;
}
</style>
border-color css
<style>
span { border-color: #CE1296; }
span { border-color: rgb(206,18,150); }
td.TdClassName
{
border-color: #CE1296;
}
.TagClassName
{
border-color: #CE1296;
}
</style>