Shades of Medium Violet Red #CE0081
Tints of Medium Violet Red #CE0081
RGB
CMYK
RGB Variations
Color information
#CE0081 (or 0xCE0081) is known color: Medium Violet Red. HEX triplet: CE, 00 and 81. RGB value is (206,0,129). Sum of RGB (Red+Green+Blue) = 206+0+129=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0081 is #31FF7E. Grayscale: #4B4B4B. Windows color (decimal): -3276671 or 8454350. OLE color: 8454350.
HSL color Cylindrical-coordinate representation of color #CE0081: hue angle of 322.43º 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 #CE0081 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.37 | 0.19 |
| HSL | 322.43º | 1% | 0.4% | - |
| HSV(B) | 322.43º | 1% | 0.81% | - |
| XYZ | 29.42 | 14.71 | 22.06 | - |
| YUV | 76.3 | 157.75 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 129 | 0 | 1 | 0.37 | 0.19 | 322.43 | 1 | 0.4 |
| Hex | CE | 0 | 81 | 0 | 64 | 25 | 13 | 142 | 64 | 28 |
| Octal | 316 | 0 | 201 | 0 | 144 | 45 | 23 | 502 | 144 | 50 |
| Binary | 11001110 | 0 | 10000001 | 0 | 1100100 | 100101 | 10011 | 101000010 | 1100100 | 101000 |
Color Harmonies of #CE0081
Complementary color
Monochromatic Colors of #CE0081
Black with #CE0081
Text Example
Text Example
White with #CE0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0081; }
p { color: rgb(206,0,129); }
H1.HeaderClassName
{
color: #CE0081;
}
.AnyTagClassName
{
color: #CE0081;
}
</style>
background-color css
<style>
a { background-color: #CE0081; }
a { background-color: rgb(206,0,129); }
div.DivClassName
{
background-color: #CE0081;
}
.BgClassName
{
background-color: #CE0081;
}
</style>
border-color css
<style>
span { border-color: #CE0081; }
span { border-color: rgb(206,0,129); }
td.TdClassName
{
border-color: #CE0081;
}
.TagClassName
{
border-color: #CE0081;
}
</style>