Shades of Medium Violet Red #CE0082
Tints of Medium Violet Red #CE0082
RGB
CMYK
RGB Variations
Color information
#CE0082 (or 0xCE0082) is known color: Medium Violet Red. HEX triplet: CE, 00 and 82. RGB value is (206,0,130). Sum of RGB (Red+Green+Blue) = 206+0+130=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0082 is #31FF7D. Grayscale: #4C4C4C. Windows color (decimal): -3276670 or 8519886. OLE color: 8519886.
HSL color Cylindrical-coordinate representation of color #CE0082: hue angle of 322.14º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0082 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.37 | 0.19 |
| HSL | 322.14º | 1% | 0.4% | - |
| HSV(B) | 322.14º | 1% | 0.81% | - |
| XYZ | 29.48 | 14.73 | 22.41 | - |
| YUV | 76.41 | 158.25 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 130 | 0 | 1 | 0.37 | 0.19 | 322.14 | 1 | 0.4 |
| Hex | CE | 0 | 82 | 0 | 64 | 25 | 13 | 142 | 64 | 28 |
| Octal | 316 | 0 | 202 | 0 | 144 | 45 | 23 | 502 | 144 | 50 |
| Binary | 11001110 | 0 | 10000010 | 0 | 1100100 | 100101 | 10011 | 101000010 | 1100100 | 101000 |
Color Harmonies of #CE0082
Complementary color
Monochromatic Colors of #CE0082
Black with #CE0082
Text Example
Text Example
White with #CE0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0082; }
p { color: rgb(206,0,130); }
H1.HeaderClassName
{
color: #CE0082;
}
.AnyTagClassName
{
color: #CE0082;
}
</style>
background-color css
<style>
a { background-color: #CE0082; }
a { background-color: rgb(206,0,130); }
div.DivClassName
{
background-color: #CE0082;
}
.BgClassName
{
background-color: #CE0082;
}
</style>
border-color css
<style>
span { border-color: #CE0082; }
span { border-color: rgb(206,0,130); }
td.TdClassName
{
border-color: #CE0082;
}
.TagClassName
{
border-color: #CE0082;
}
</style>