Shades of Medium Violet Red #CE0386
Tints of Medium Violet Red #CE0386
RGB
CMYK
RGB Variations
Color information
#CE0386 (or 0xCE0386) is known color: Medium Violet Red. HEX triplet: CE, 03 and 86. RGB value is (206,3,134). Sum of RGB (Red+Green+Blue) = 206+3+134=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0386 is #31FC79. Grayscale: #4E4E4E. Windows color (decimal): -3275898 or 8782798. OLE color: 8782798.
HSL color Cylindrical-coordinate representation of color #CE0386: hue angle of 321.28º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0386 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.19 |
| HSL | 321.28º | 0.97% | 0.41% | - |
| HSV(B) | 321.28º | 0.99% | 0.81% | - |
| XYZ | 29.79 | 14.91 | 23.86 | - |
| YUV | 78.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 134 | 0 | 0.99 | 0.35 | 0.19 | 321.28 | 0.97 | 0.41 |
| Hex | CE | 3 | 86 | 0 | 63 | 23 | 13 | 141 | 61 | 29 |
| Octal | 316 | 3 | 206 | 0 | 143 | 43 | 23 | 501 | 141 | 51 |
| Binary | 11001110 | 11 | 10000110 | 0 | 1100011 | 100011 | 10011 | 101000001 | 1100001 | 101001 |
Color Harmonies of #CE0386
Complementary color
Monochromatic Colors of #CE0386
Black with #CE0386
Text Example
Text Example
White with #CE0386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0386; }
p { color: rgb(206,3,134); }
H1.HeaderClassName
{
color: #CE0386;
}
.AnyTagClassName
{
color: #CE0386;
}
</style>
background-color css
<style>
a { background-color: #CE0386; }
a { background-color: rgb(206,3,134); }
div.DivClassName
{
background-color: #CE0386;
}
.BgClassName
{
background-color: #CE0386;
}
</style>
border-color css
<style>
span { border-color: #CE0386; }
span { border-color: rgb(206,3,134); }
td.TdClassName
{
border-color: #CE0386;
}
.TagClassName
{
border-color: #CE0386;
}
</style>