Shades of Medium Violet Red #CE1281
Tints of Medium Violet Red #CE1281
RGB
CMYK
RGB Variations
Color information
#CE1281 (or 0xCE1281) is known color: Medium Violet Red. HEX triplet: CE, 12 and 81. RGB value is (206,18,129). Sum of RGB (Red+Green+Blue) = 206+18+129=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1281 is #31ED7E. Grayscale: #565656. Windows color (decimal): -3272063 or 8458958. OLE color: 8458958.
HSL color Cylindrical-coordinate representation of color #CE1281: hue angle of 324.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1281 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 129 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.19 |
| HSL | 324.57º | 0.84% | 0.44% | - |
| HSV(B) | 324.57º | 0.91% | 0.81% | - |
| XYZ | 29.63 | 15.14 | 22.13 | - |
| YUV | 86.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 129 | 0 | 0.91 | 0.37 | 0.19 | 324.57 | 0.84 | 0.44 |
| Hex | CE | 12 | 81 | 0 | 5B | 25 | 13 | 145 | 54 | 2C |
| Octal | 316 | 22 | 201 | 0 | 133 | 45 | 23 | 505 | 124 | 54 |
| Binary | 11001110 | 10010 | 10000001 | 0 | 1011011 | 100101 | 10011 | 101000101 | 1010100 | 101100 |
Color Harmonies of #CE1281
Complementary color
Monochromatic Colors of #CE1281
Black with #CE1281
Text Example
Text Example
White with #CE1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1281; }
p { color: rgb(206,18,129); }
H1.HeaderClassName
{
color: #CE1281;
}
.AnyTagClassName
{
color: #CE1281;
}
</style>
background-color css
<style>
a { background-color: #CE1281; }
a { background-color: rgb(206,18,129); }
div.DivClassName
{
background-color: #CE1281;
}
.BgClassName
{
background-color: #CE1281;
}
</style>
border-color css
<style>
span { border-color: #CE1281; }
span { border-color: rgb(206,18,129); }
td.TdClassName
{
border-color: #CE1281;
}
.TagClassName
{
border-color: #CE1281;
}
</style>