Shades of Medium Violet Red #CE0F94
Tints of Medium Violet Red #CE0F94
RGB
CMYK
RGB Variations
Color information
#CE0F94 (or 0xCE0F94) is known color: Medium Violet Red. HEX triplet: CE, 0F and 94. RGB value is (206,15,148). Sum of RGB (Red+Green+Blue) = 206+15+148=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F94 is #31F06B. Grayscale: #565656. Windows color (decimal): -3272812 or 9703374. OLE color: 9703374.
HSL color Cylindrical-coordinate representation of color #CE0F94: hue angle of 318.22º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F94 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 148 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.19 |
| HSL | 318.22º | 0.86% | 0.43% | - |
| HSV(B) | 318.22º | 0.93% | 0.81% | - |
| XYZ | 30.97 | 15.6 | 29.4 | - |
| YUV | 87.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 148 | 0 | 0.93 | 0.28 | 0.19 | 318.22 | 0.86 | 0.43 |
| Hex | CE | F | 94 | 0 | 5D | 1C | 13 | 13E | 56 | 2B |
| Octal | 316 | 17 | 224 | 0 | 135 | 34 | 23 | 476 | 126 | 53 |
| Binary | 11001110 | 1111 | 10010100 | 0 | 1011101 | 11100 | 10011 | 100111110 | 1010110 | 101011 |
Color Harmonies of #CE0F94
Complementary color
Monochromatic Colors of #CE0F94
Black with #CE0F94
Text Example
Text Example
White with #CE0F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F94; }
p { color: rgb(206,15,148); }
H1.HeaderClassName
{
color: #CE0F94;
}
.AnyTagClassName
{
color: #CE0F94;
}
</style>
background-color css
<style>
a { background-color: #CE0F94; }
a { background-color: rgb(206,15,148); }
div.DivClassName
{
background-color: #CE0F94;
}
.BgClassName
{
background-color: #CE0F94;
}
</style>
border-color css
<style>
span { border-color: #CE0F94; }
span { border-color: rgb(206,15,148); }
td.TdClassName
{
border-color: #CE0F94;
}
.TagClassName
{
border-color: #CE0F94;
}
</style>