Shades of Medium Violet Red #CE0F8E
Tints of Medium Violet Red #CE0F8E
RGB
CMYK
RGB Variations
Color information
#CE0F8E (or 0xCE0F8E) is known color: Medium Violet Red. HEX triplet: CE, 0F and 8E. RGB value is (206,15,142). Sum of RGB (Red+Green+Blue) = 206+15+142=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F8E is #31F071. Grayscale: #565656. Windows color (decimal): -3272818 or 9310158. OLE color: 9310158.
HSL color Cylindrical-coordinate representation of color #CE0F8E: hue angle of 320.1º 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 #CE0F8E is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 142 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.19 |
| HSL | 320.1º | 0.86% | 0.43% | - |
| HSV(B) | 320.1º | 0.93% | 0.81% | - |
| XYZ | 30.51 | 15.42 | 26.96 | - |
| YUV | 86.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 142 | 0 | 0.93 | 0.31 | 0.19 | 320.1 | 0.86 | 0.43 |
| Hex | CE | F | 8E | 0 | 5D | 1F | 13 | 140 | 56 | 2B |
| Octal | 316 | 17 | 216 | 0 | 135 | 37 | 23 | 500 | 126 | 53 |
| Binary | 11001110 | 1111 | 10001110 | 0 | 1011101 | 11111 | 10011 | 101000000 | 1010110 | 101011 |
Color Harmonies of #CE0F8E
Complementary color
Monochromatic Colors of #CE0F8E
Black with #CE0F8E
Text Example
Text Example
White with #CE0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F8E; }
p { color: rgb(206,15,142); }
H1.HeaderClassName
{
color: #CE0F8E;
}
.AnyTagClassName
{
color: #CE0F8E;
}
</style>
background-color css
<style>
a { background-color: #CE0F8E; }
a { background-color: rgb(206,15,142); }
div.DivClassName
{
background-color: #CE0F8E;
}
.BgClassName
{
background-color: #CE0F8E;
}
</style>
border-color css
<style>
span { border-color: #CE0F8E; }
span { border-color: rgb(206,15,142); }
td.TdClassName
{
border-color: #CE0F8E;
}
.TagClassName
{
border-color: #CE0F8E;
}
</style>