Shades of Medium Violet Red #CE1680
Tints of Medium Violet Red #CE1680
RGB
CMYK
RGB Variations
Color information
#CE1680 (or 0xCE1680) is known color: Medium Violet Red. HEX triplet: CE, 16 and 80. RGB value is (206,22,128). Sum of RGB (Red+Green+Blue) = 206+22+128=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1680 is #31E97F. Grayscale: #585858. Windows color (decimal): -3271040 or 8394446. OLE color: 8394446.
HSL color Cylindrical-coordinate representation of color #CE1680: hue angle of 325.43º degrees, saturation: 0.81, 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 #CE1680 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.19 |
| HSL | 325.43º | 0.81% | 0.45% | - |
| HSV(B) | 325.43º | 0.89% | 0.81% | - |
| XYZ | 29.64 | 15.25 | 21.8 | - |
| YUV | 89.1 | 149.96 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 128 | 0 | 0.89 | 0.38 | 0.19 | 325.43 | 0.81 | 0.45 |
| Hex | CE | 16 | 80 | 0 | 59 | 26 | 13 | 145 | 51 | 2D |
| Octal | 316 | 26 | 200 | 0 | 131 | 46 | 23 | 505 | 121 | 55 |
| Binary | 11001110 | 10110 | 10000000 | 0 | 1011001 | 100110 | 10011 | 101000101 | 1010001 | 101101 |
Color Harmonies of #CE1680
Complementary color
Monochromatic Colors of #CE1680
Black with #CE1680
Text Example
Text Example
White with #CE1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1680; }
p { color: rgb(206,22,128); }
H1.HeaderClassName
{
color: #CE1680;
}
.AnyTagClassName
{
color: #CE1680;
}
</style>
background-color css
<style>
a { background-color: #CE1680; }
a { background-color: rgb(206,22,128); }
div.DivClassName
{
background-color: #CE1680;
}
.BgClassName
{
background-color: #CE1680;
}
</style>
border-color css
<style>
span { border-color: #CE1680; }
span { border-color: rgb(206,22,128); }
td.TdClassName
{
border-color: #CE1680;
}
.TagClassName
{
border-color: #CE1680;
}
</style>