Shades of Medium Violet Red #CE0F8C
Tints of Medium Violet Red #CE0F8C
RGB
CMYK
RGB Variations
Color information
#CE0F8C (or 0xCE0F8C) is known color: Medium Violet Red. HEX triplet: CE, 0F and 8C. RGB value is (206,15,140). Sum of RGB (Red+Green+Blue) = 206+15+140=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0F8C is #31F073. Grayscale: #565656. Windows color (decimal): -3272820 or 9179086. OLE color: 9179086.
HSL color Cylindrical-coordinate representation of color #CE0F8C: hue angle of 320.73º 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 #CE0F8C is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 140 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.19 |
| HSL | 320.73º | 0.86% | 0.43% | - |
| HSV(B) | 320.73º | 0.93% | 0.81% | - |
| XYZ | 30.36 | 15.36 | 26.18 | - |
| YUV | 86.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 140 | 0 | 0.93 | 0.32 | 0.19 | 320.73 | 0.86 | 0.43 |
| Hex | CE | F | 8C | 0 | 5D | 20 | 13 | 141 | 56 | 2B |
| Octal | 316 | 17 | 214 | 0 | 135 | 40 | 23 | 501 | 126 | 53 |
| Binary | 11001110 | 1111 | 10001100 | 0 | 1011101 | 100000 | 10011 | 101000001 | 1010110 | 101011 |
Color Harmonies of #CE0F8C
Complementary color
Monochromatic Colors of #CE0F8C
Black with #CE0F8C
Text Example
Text Example
White with #CE0F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F8C; }
p { color: rgb(206,15,140); }
H1.HeaderClassName
{
color: #CE0F8C;
}
.AnyTagClassName
{
color: #CE0F8C;
}
</style>
background-color css
<style>
a { background-color: #CE0F8C; }
a { background-color: rgb(206,15,140); }
div.DivClassName
{
background-color: #CE0F8C;
}
.BgClassName
{
background-color: #CE0F8C;
}
</style>
border-color css
<style>
span { border-color: #CE0F8C; }
span { border-color: rgb(206,15,140); }
td.TdClassName
{
border-color: #CE0F8C;
}
.TagClassName
{
border-color: #CE0F8C;
}
</style>