Shades of Medium Violet Red #CE0A8F
Tints of Medium Violet Red #CE0A8F
RGB
CMYK
RGB Variations
Color information
#CE0A8F (or 0xCE0A8F) is known color: Medium Violet Red. HEX triplet: CE, 0A and 8F. RGB value is (206,10,143). Sum of RGB (Red+Green+Blue) = 206+10+143=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A8F is #31F570. Grayscale: #535353. Windows color (decimal): -3274097 or 9374414. OLE color: 9374414.
HSL color Cylindrical-coordinate representation of color #CE0A8F: hue angle of 319.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0A8F is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 143 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.19 |
| HSL | 319.29º | 0.91% | 0.42% | - |
| HSV(B) | 319.29º | 0.95% | 0.81% | - |
| XYZ | 30.52 | 15.32 | 27.34 | - |
| YUV | 83.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 143 | 0 | 0.95 | 0.31 | 0.19 | 319.29 | 0.91 | 0.42 |
| Hex | CE | A | 8F | 0 | 5F | 1F | 13 | 13F | 5B | 2A |
| Octal | 316 | 12 | 217 | 0 | 137 | 37 | 23 | 477 | 133 | 52 |
| Binary | 11001110 | 1010 | 10001111 | 0 | 1011111 | 11111 | 10011 | 100111111 | 1011011 | 101010 |
Color Harmonies of #CE0A8F
Complementary color
Monochromatic Colors of #CE0A8F
Black with #CE0A8F
Text Example
Text Example
White with #CE0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A8F; }
p { color: rgb(206,10,143); }
H1.HeaderClassName
{
color: #CE0A8F;
}
.AnyTagClassName
{
color: #CE0A8F;
}
</style>
background-color css
<style>
a { background-color: #CE0A8F; }
a { background-color: rgb(206,10,143); }
div.DivClassName
{
background-color: #CE0A8F;
}
.BgClassName
{
background-color: #CE0A8F;
}
</style>
border-color css
<style>
span { border-color: #CE0A8F; }
span { border-color: rgb(206,10,143); }
td.TdClassName
{
border-color: #CE0A8F;
}
.TagClassName
{
border-color: #CE0A8F;
}
</style>