Shades of Medium Violet Red #CE1785
Tints of Medium Violet Red #CE1785
RGB
CMYK
RGB Variations
Color information
#CE1785 (or 0xCE1785) is known color: Medium Violet Red. HEX triplet: CE, 17 and 85. RGB value is (206,23,133). Sum of RGB (Red+Green+Blue) = 206+23+133=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1785 is #31E87A. Grayscale: #595959. Windows color (decimal): -3270779 or 8722382. OLE color: 8722382.
HSL color Cylindrical-coordinate representation of color #CE1785: hue angle of 323.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1785 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 133 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.19 |
| HSL | 323.93º | 0.8% | 0.45% | - |
| HSV(B) | 323.93º | 0.89% | 0.81% | - |
| XYZ | 29.99 | 15.43 | 23.59 | - |
| YUV | 90.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 133 | 0 | 0.89 | 0.35 | 0.19 | 323.93 | 0.8 | 0.45 |
| Hex | CE | 17 | 85 | 0 | 59 | 23 | 13 | 144 | 50 | 2D |
| Octal | 316 | 27 | 205 | 0 | 131 | 43 | 23 | 504 | 120 | 55 |
| Binary | 11001110 | 10111 | 10000101 | 0 | 1011001 | 100011 | 10011 | 101000100 | 1010000 | 101101 |
Color Harmonies of #CE1785
Complementary color
Monochromatic Colors of #CE1785
Black with #CE1785
Text Example
Text Example
White with #CE1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1785; }
p { color: rgb(206,23,133); }
H1.HeaderClassName
{
color: #CE1785;
}
.AnyTagClassName
{
color: #CE1785;
}
</style>
background-color css
<style>
a { background-color: #CE1785; }
a { background-color: rgb(206,23,133); }
div.DivClassName
{
background-color: #CE1785;
}
.BgClassName
{
background-color: #CE1785;
}
</style>
border-color css
<style>
span { border-color: #CE1785; }
span { border-color: rgb(206,23,133); }
td.TdClassName
{
border-color: #CE1785;
}
.TagClassName
{
border-color: #CE1785;
}
</style>