Shades of Medium Violet Red #CE0085
Tints of Medium Violet Red #CE0085
RGB
CMYK
RGB Variations
Color information
#CE0085 (or 0xCE0085) is known color: Medium Violet Red. HEX triplet: CE, 00 and 85. RGB value is (206,0,133). Sum of RGB (Red+Green+Blue) = 206+0+133=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0085 is #31FF7A. Grayscale: #4C4C4C. Windows color (decimal): -3276667 or 8716494. OLE color: 8716494.
HSL color Cylindrical-coordinate representation of color #CE0085: hue angle of 321.26º 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 #CE0085 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.35 | 0.19 |
| HSL | 321.26º | 1% | 0.4% | - |
| HSV(B) | 321.26º | 1% | 0.81% | - |
| XYZ | 29.69 | 14.82 | 23.49 | - |
| YUV | 76.76 | 159.75 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 133 | 0 | 1 | 0.35 | 0.19 | 321.26 | 1 | 0.4 |
| Hex | CE | 0 | 85 | 0 | 64 | 23 | 13 | 141 | 64 | 28 |
| Octal | 316 | 0 | 205 | 0 | 144 | 43 | 23 | 501 | 144 | 50 |
| Binary | 11001110 | 0 | 10000101 | 0 | 1100100 | 100011 | 10011 | 101000001 | 1100100 | 101000 |
Color Harmonies of #CE0085
Complementary color
Monochromatic Colors of #CE0085
Black with #CE0085
Text Example
Text Example
White with #CE0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0085; }
p { color: rgb(206,0,133); }
H1.HeaderClassName
{
color: #CE0085;
}
.AnyTagClassName
{
color: #CE0085;
}
</style>
background-color css
<style>
a { background-color: #CE0085; }
a { background-color: rgb(206,0,133); }
div.DivClassName
{
background-color: #CE0085;
}
.BgClassName
{
background-color: #CE0085;
}
</style>
border-color css
<style>
span { border-color: #CE0085; }
span { border-color: rgb(206,0,133); }
td.TdClassName
{
border-color: #CE0085;
}
.TagClassName
{
border-color: #CE0085;
}
</style>