Shades of Medium Violet Red #CE1580
Tints of Medium Violet Red #CE1580
RGB
CMYK
RGB Variations
Color information
#CE1580 (or 0xCE1580) is known color: Medium Violet Red. HEX triplet: CE, 15 and 80. RGB value is (206,21,128). Sum of RGB (Red+Green+Blue) = 206+21+128=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1580 is #31EA7F. Grayscale: #585858. Windows color (decimal): -3271296 or 8394190. OLE color: 8394190.
HSL color Cylindrical-coordinate representation of color #CE1580: hue angle of 325.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1580 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.19 |
| HSL | 325.3º | 0.81% | 0.45% | - |
| HSV(B) | 325.3º | 0.9% | 0.81% | - |
| XYZ | 29.62 | 15.22 | 21.8 | - |
| YUV | 88.51 | 150.29 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 128 | 0 | 0.90 | 0.38 | 0.19 | 325.3 | 0.81 | 0.45 |
| Hex | CE | 15 | 80 | 0 | 5A | 26 | 13 | 145 | 51 | 2D |
| Octal | 316 | 25 | 200 | 0 | 132 | 46 | 23 | 505 | 121 | 55 |
| Binary | 11001110 | 10101 | 10000000 | 0 | 1011010 | 100110 | 10011 | 101000101 | 1010001 | 101101 |
Color Harmonies of #CE1580
Complementary color
Monochromatic Colors of #CE1580
Black with #CE1580
Text Example
Text Example
White with #CE1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1580; }
p { color: rgb(206,21,128); }
H1.HeaderClassName
{
color: #CE1580;
}
.AnyTagClassName
{
color: #CE1580;
}
</style>
background-color css
<style>
a { background-color: #CE1580; }
a { background-color: rgb(206,21,128); }
div.DivClassName
{
background-color: #CE1580;
}
.BgClassName
{
background-color: #CE1580;
}
</style>
border-color css
<style>
span { border-color: #CE1580; }
span { border-color: rgb(206,21,128); }
td.TdClassName
{
border-color: #CE1580;
}
.TagClassName
{
border-color: #CE1580;
}
</style>