Shades of Medium Violet Red #CE0080
Tints of Medium Violet Red #CE0080
RGB
CMYK
RGB Variations
Color information
#CE0080 (or 0xCE0080) is known color: Medium Violet Red. HEX triplet: CE, 00 and 80. RGB value is (206,0,128). Sum of RGB (Red+Green+Blue) = 206+0+128=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0080 is #31FF7F. Grayscale: #4B4B4B. Windows color (decimal): -3276672 or 8388814. OLE color: 8388814.
HSL color Cylindrical-coordinate representation of color #CE0080: hue angle of 322.72º 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 #CE0080 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.38 | 0.19 |
| HSL | 322.72º | 1% | 0.4% | - |
| HSV(B) | 322.72º | 1% | 0.81% | - |
| XYZ | 29.35 | 14.68 | 21.71 | - |
| YUV | 76.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 128 | 0 | 1 | 0.38 | 0.19 | 322.72 | 1 | 0.4 |
| Hex | CE | 0 | 80 | 0 | 64 | 26 | 13 | 143 | 64 | 28 |
| Octal | 316 | 0 | 200 | 0 | 144 | 46 | 23 | 503 | 144 | 50 |
| Binary | 11001110 | 0 | 10000000 | 0 | 1100100 | 100110 | 10011 | 101000011 | 1100100 | 101000 |
Color Harmonies of #CE0080
Complementary color
Monochromatic Colors of #CE0080
Black with #CE0080
Text Example
Text Example
White with #CE0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0080; }
p { color: rgb(206,0,128); }
H1.HeaderClassName
{
color: #CE0080;
}
.AnyTagClassName
{
color: #CE0080;
}
</style>
background-color css
<style>
a { background-color: #CE0080; }
a { background-color: rgb(206,0,128); }
div.DivClassName
{
background-color: #CE0080;
}
.BgClassName
{
background-color: #CE0080;
}
</style>
border-color css
<style>
span { border-color: #CE0080; }
span { border-color: rgb(206,0,128); }
td.TdClassName
{
border-color: #CE0080;
}
.TagClassName
{
border-color: #CE0080;
}
</style>