Shades of Medium Violet Red #CE1E82
Tints of Medium Violet Red #CE1E82
RGB
CMYK
RGB Variations
Color information
#CE1E82 (or 0xCE1E82) is known color: Medium Violet Red. HEX triplet: CE, 1E and 82. RGB value is (206,30,130). Sum of RGB (Red+Green+Blue) = 206+30+130=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1E82 is #31E17D. Grayscale: #5D5D5D. Windows color (decimal): -3268990 or 8527566. OLE color: 8527566.
HSL color Cylindrical-coordinate representation of color #CE1E82: hue angle of 325.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E82 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 130 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.19 |
| HSL | 325.91º | 0.75% | 0.46% | - |
| HSV(B) | 325.91º | 0.85% | 0.81% | - |
| XYZ | 29.95 | 15.66 | 22.56 | - |
| YUV | 94.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 130 | 0 | 0.85 | 0.37 | 0.19 | 325.91 | 0.75 | 0.46 |
| Hex | CE | 1E | 82 | 0 | 55 | 25 | 13 | 146 | 4B | 2E |
| Octal | 316 | 36 | 202 | 0 | 125 | 45 | 23 | 506 | 113 | 56 |
| Binary | 11001110 | 11110 | 10000010 | 0 | 1010101 | 100101 | 10011 | 101000110 | 1001011 | 101110 |
Color Harmonies of #CE1E82
Complementary color
Monochromatic Colors of #CE1E82
Black with #CE1E82
Text Example
Text Example
White with #CE1E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E82; }
p { color: rgb(206,30,130); }
H1.HeaderClassName
{
color: #CE1E82;
}
.AnyTagClassName
{
color: #CE1E82;
}
</style>
background-color css
<style>
a { background-color: #CE1E82; }
a { background-color: rgb(206,30,130); }
div.DivClassName
{
background-color: #CE1E82;
}
.BgClassName
{
background-color: #CE1E82;
}
</style>
border-color css
<style>
span { border-color: #CE1E82; }
span { border-color: rgb(206,30,130); }
td.TdClassName
{
border-color: #CE1E82;
}
.TagClassName
{
border-color: #CE1E82;
}
</style>