Shades of Medium Violet Red #CE0885
Tints of Medium Violet Red #CE0885
RGB
CMYK
RGB Variations
Color information
#CE0885 (or 0xCE0885) is known color: Medium Violet Red. HEX triplet: CE, 08 and 85. RGB value is (206,8,133). Sum of RGB (Red+Green+Blue) = 206+8+133=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0885 is #31F77A. Grayscale: #515151. Windows color (decimal): -3274619 or 8718542. OLE color: 8718542.
HSL color Cylindrical-coordinate representation of color #CE0885: hue angle of 322.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0885 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 8 | 133 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.19 |
| HSL | 322.12º | 0.93% | 0.42% | - |
| HSV(B) | 322.12º | 0.96% | 0.81% | - |
| XYZ | 29.77 | 14.99 | 23.51 | - |
| YUV | 81.45 | 157.1 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 8 | 133 | 0 | 0.96 | 0.35 | 0.19 | 322.12 | 0.93 | 0.42 |
| Hex | CE | 8 | 85 | 0 | 60 | 23 | 13 | 142 | 5D | 2A |
| Octal | 316 | 10 | 205 | 0 | 140 | 43 | 23 | 502 | 135 | 52 |
| Binary | 11001110 | 1000 | 10000101 | 0 | 1100000 | 100011 | 10011 | 101000010 | 1011101 | 101010 |
Color Harmonies of #CE0885
Complementary color
Monochromatic Colors of #CE0885
Black with #CE0885
Text Example
Text Example
White with #CE0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0885; }
p { color: rgb(206,8,133); }
H1.HeaderClassName
{
color: #CE0885;
}
.AnyTagClassName
{
color: #CE0885;
}
</style>
background-color css
<style>
a { background-color: #CE0885; }
a { background-color: rgb(206,8,133); }
div.DivClassName
{
background-color: #CE0885;
}
.BgClassName
{
background-color: #CE0885;
}
</style>
border-color css
<style>
span { border-color: #CE0885; }
span { border-color: rgb(206,8,133); }
td.TdClassName
{
border-color: #CE0885;
}
.TagClassName
{
border-color: #CE0885;
}
</style>