Shades of Medium Violet Red #CE0A84
Tints of Medium Violet Red #CE0A84
RGB
CMYK
RGB Variations
Color information
#CE0A84 (or 0xCE0A84) is known color: Medium Violet Red. HEX triplet: CE, 0A and 84. RGB value is (206,10,132). Sum of RGB (Red+Green+Blue) = 206+10+132=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A84 is #31F57B. Grayscale: #525252. Windows color (decimal): -3274108 or 8653518. OLE color: 8653518.
HSL color Cylindrical-coordinate representation of color #CE0A84: hue angle of 322.65º 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 #CE0A84 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 10 | 132 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.19 |
| HSL | 322.65º | 0.91% | 0.42% | - |
| HSV(B) | 322.65º | 0.95% | 0.81% | - |
| XYZ | 29.73 | 15 | 23.16 | - |
| YUV | 82.51 | 155.93 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 132 | 0 | 0.95 | 0.36 | 0.19 | 322.65 | 0.91 | 0.42 |
| Hex | CE | A | 84 | 0 | 5F | 24 | 13 | 143 | 5B | 2A |
| Octal | 316 | 12 | 204 | 0 | 137 | 44 | 23 | 503 | 133 | 52 |
| Binary | 11001110 | 1010 | 10000100 | 0 | 1011111 | 100100 | 10011 | 101000011 | 1011011 | 101010 |
Color Harmonies of #CE0A84
Complementary color
Monochromatic Colors of #CE0A84
Black with #CE0A84
Text Example
Text Example
White with #CE0A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0A84; }
p { color: rgb(206,10,132); }
H1.HeaderClassName
{
color: #CE0A84;
}
.AnyTagClassName
{
color: #CE0A84;
}
</style>
background-color css
<style>
a { background-color: #CE0A84; }
a { background-color: rgb(206,10,132); }
div.DivClassName
{
background-color: #CE0A84;
}
.BgClassName
{
background-color: #CE0A84;
}
</style>
border-color css
<style>
span { border-color: #CE0A84; }
span { border-color: rgb(206,10,132); }
td.TdClassName
{
border-color: #CE0A84;
}
.TagClassName
{
border-color: #CE0A84;
}
</style>