Shades of Medium Violet Red #CE1295
Tints of Medium Violet Red #CE1295
RGB
CMYK
RGB Variations
Color information
#CE1295 (or 0xCE1295) is known color: Medium Violet Red. HEX triplet: CE, 12 and 95. RGB value is (206,18,149). Sum of RGB (Red+Green+Blue) = 206+18+149=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1295 is #31ED6A. Grayscale: #585858. Windows color (decimal): -3272043 or 9769678. OLE color: 9769678.
HSL color Cylindrical-coordinate representation of color #CE1295: hue angle of 318.19º 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 #CE1295 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.19 |
| HSL | 318.19º | 0.84% | 0.44% | - |
| HSV(B) | 318.19º | 0.91% | 0.81% | - |
| XYZ | 31.09 | 15.72 | 29.83 | - |
| YUV | 89.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 149 | 0 | 0.91 | 0.28 | 0.19 | 318.19 | 0.84 | 0.44 |
| Hex | CE | 12 | 95 | 0 | 5B | 1C | 13 | 13E | 54 | 2C |
| Octal | 316 | 22 | 225 | 0 | 133 | 34 | 23 | 476 | 124 | 54 |
| Binary | 11001110 | 10010 | 10010101 | 0 | 1011011 | 11100 | 10011 | 100111110 | 1010100 | 101100 |
Color Harmonies of #CE1295
Complementary color
Monochromatic Colors of #CE1295
Black with #CE1295
Text Example
Text Example
White with #CE1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1295; }
p { color: rgb(206,18,149); }
H1.HeaderClassName
{
color: #CE1295;
}
.AnyTagClassName
{
color: #CE1295;
}
</style>
background-color css
<style>
a { background-color: #CE1295; }
a { background-color: rgb(206,18,149); }
div.DivClassName
{
background-color: #CE1295;
}
.BgClassName
{
background-color: #CE1295;
}
</style>
border-color css
<style>
span { border-color: #CE1295; }
span { border-color: rgb(206,18,149); }
td.TdClassName
{
border-color: #CE1295;
}
.TagClassName
{
border-color: #CE1295;
}
</style>