Shades of Medium Violet Red #CE1082
Tints of Medium Violet Red #CE1082
RGB
CMYK
RGB Variations
Color information
#CE1082 (or 0xCE1082) is known color: Medium Violet Red. HEX triplet: CE, 10 and 82. RGB value is (206,16,130). Sum of RGB (Red+Green+Blue) = 206+16+130=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1082 is #31EF7D. Grayscale: #555555. Windows color (decimal): -3272574 or 8523982. OLE color: 8523982.
HSL color Cylindrical-coordinate representation of color #CE1082: hue angle of 324º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE1082 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 130 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.19 |
| HSL | 324º | 0.86% | 0.44% | - |
| HSV(B) | 324º | 0.92% | 0.81% | - |
| XYZ | 29.67 | 15.1 | 22.47 | - |
| YUV | 85.81 | 152.95 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 130 | 0 | 0.92 | 0.37 | 0.19 | 324 | 0.86 | 0.44 |
| Hex | CE | 10 | 82 | 0 | 5C | 25 | 13 | 144 | 56 | 2C |
| Octal | 316 | 20 | 202 | 0 | 134 | 45 | 23 | 504 | 126 | 54 |
| Binary | 11001110 | 10000 | 10000010 | 0 | 1011100 | 100101 | 10011 | 101000100 | 1010110 | 101100 |
Color Harmonies of #CE1082
Complementary color
Monochromatic Colors of #CE1082
Black with #CE1082
Text Example
Text Example
White with #CE1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1082; }
p { color: rgb(206,16,130); }
H1.HeaderClassName
{
color: #CE1082;
}
.AnyTagClassName
{
color: #CE1082;
}
</style>
background-color css
<style>
a { background-color: #CE1082; }
a { background-color: rgb(206,16,130); }
div.DivClassName
{
background-color: #CE1082;
}
.BgClassName
{
background-color: #CE1082;
}
</style>
border-color css
<style>
span { border-color: #CE1082; }
span { border-color: rgb(206,16,130); }
td.TdClassName
{
border-color: #CE1082;
}
.TagClassName
{
border-color: #CE1082;
}
</style>