Shades of Medium Violet Red #CE0685
Tints of Medium Violet Red #CE0685
RGB
CMYK
RGB Variations
Color information
#CE0685 (or 0xCE0685) is known color: Medium Violet Red. HEX triplet: CE, 06 and 85. RGB value is (206,6,133). Sum of RGB (Red+Green+Blue) = 206+6+133=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0685 is #31F97A. Grayscale: #4F4F4F. Windows color (decimal): -3275131 or 8718030. OLE color: 8718030.
HSL color Cylindrical-coordinate representation of color #CE0685: hue angle of 321.9º degrees, saturation: 0.94, 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 #CE0685 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.19 |
| HSL | 321.9º | 0.94% | 0.42% | - |
| HSV(B) | 321.9º | 0.97% | 0.81% | - |
| XYZ | 29.75 | 14.95 | 23.51 | - |
| YUV | 80.28 | 157.76 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 133 | 0 | 0.97 | 0.35 | 0.19 | 321.9 | 0.94 | 0.42 |
| Hex | CE | 6 | 85 | 0 | 61 | 23 | 13 | 142 | 5E | 2A |
| Octal | 316 | 6 | 205 | 0 | 141 | 43 | 23 | 502 | 136 | 52 |
| Binary | 11001110 | 110 | 10000101 | 0 | 1100001 | 100011 | 10011 | 101000010 | 1011110 | 101010 |
Color Harmonies of #CE0685
Complementary color
Monochromatic Colors of #CE0685
Black with #CE0685
Text Example
Text Example
White with #CE0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0685; }
p { color: rgb(206,6,133); }
H1.HeaderClassName
{
color: #CE0685;
}
.AnyTagClassName
{
color: #CE0685;
}
</style>
background-color css
<style>
a { background-color: #CE0685; }
a { background-color: rgb(206,6,133); }
div.DivClassName
{
background-color: #CE0685;
}
.BgClassName
{
background-color: #CE0685;
}
</style>
border-color css
<style>
span { border-color: #CE0685; }
span { border-color: rgb(206,6,133); }
td.TdClassName
{
border-color: #CE0685;
}
.TagClassName
{
border-color: #CE0685;
}
</style>