Shades of Medium Violet Red #CE0785
Tints of Medium Violet Red #CE0785
RGB
CMYK
RGB Variations
Color information
#CE0785 (or 0xCE0785) is known color: Medium Violet Red. HEX triplet: CE, 07 and 85. RGB value is (206,7,133). Sum of RGB (Red+Green+Blue) = 206+7+133=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0785 is #31F87A. Grayscale: #505050. Windows color (decimal): -3274875 or 8718286. OLE color: 8718286.
HSL color Cylindrical-coordinate representation of color #CE0785: hue angle of 322.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0785 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 7 | 133 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.19 |
| HSL | 322.01º | 0.93% | 0.42% | - |
| HSV(B) | 322.01º | 0.97% | 0.81% | - |
| XYZ | 29.76 | 14.97 | 23.51 | - |
| YUV | 80.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 7 | 133 | 0 | 0.97 | 0.35 | 0.19 | 322.01 | 0.93 | 0.42 |
| Hex | CE | 7 | 85 | 0 | 61 | 23 | 13 | 142 | 5D | 2A |
| Octal | 316 | 7 | 205 | 0 | 141 | 43 | 23 | 502 | 135 | 52 |
| Binary | 11001110 | 111 | 10000101 | 0 | 1100001 | 100011 | 10011 | 101000010 | 1011101 | 101010 |
Color Harmonies of #CE0785
Complementary color
Monochromatic Colors of #CE0785
Black with #CE0785
Text Example
Text Example
White with #CE0785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0785; }
p { color: rgb(206,7,133); }
H1.HeaderClassName
{
color: #CE0785;
}
.AnyTagClassName
{
color: #CE0785;
}
</style>
background-color css
<style>
a { background-color: #CE0785; }
a { background-color: rgb(206,7,133); }
div.DivClassName
{
background-color: #CE0785;
}
.BgClassName
{
background-color: #CE0785;
}
</style>
border-color css
<style>
span { border-color: #CE0785; }
span { border-color: rgb(206,7,133); }
td.TdClassName
{
border-color: #CE0785;
}
.TagClassName
{
border-color: #CE0785;
}
</style>