Shades of Medium Violet Red #CE1582
Tints of Medium Violet Red #CE1582
RGB
CMYK
RGB Variations
Color information
#CE1582 (or 0xCE1582) is known color: Medium Violet Red. HEX triplet: CE, 15 and 82. RGB value is (206,21,130). Sum of RGB (Red+Green+Blue) = 206+21+130=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1582 is #31EA7D. Grayscale: #585858. Windows color (decimal): -3271294 or 8525262. OLE color: 8525262.
HSL color Cylindrical-coordinate representation of color #CE1582: hue angle of 324.65º 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 #CE1582 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 130 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.19 |
| HSL | 324.65º | 0.81% | 0.45% | - |
| HSV(B) | 324.65º | 0.9% | 0.81% | - |
| XYZ | 29.75 | 15.27 | 22.5 | - |
| YUV | 88.74 | 151.29 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 130 | 0 | 0.90 | 0.37 | 0.19 | 324.65 | 0.81 | 0.45 |
| Hex | CE | 15 | 82 | 0 | 5A | 25 | 13 | 145 | 51 | 2D |
| Octal | 316 | 25 | 202 | 0 | 132 | 45 | 23 | 505 | 121 | 55 |
| Binary | 11001110 | 10101 | 10000010 | 0 | 1011010 | 100101 | 10011 | 101000101 | 1010001 | 101101 |
Color Harmonies of #CE1582
Complementary color
Monochromatic Colors of #CE1582
Black with #CE1582
Text Example
Text Example
White with #CE1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1582; }
p { color: rgb(206,21,130); }
H1.HeaderClassName
{
color: #CE1582;
}
.AnyTagClassName
{
color: #CE1582;
}
</style>
background-color css
<style>
a { background-color: #CE1582; }
a { background-color: rgb(206,21,130); }
div.DivClassName
{
background-color: #CE1582;
}
.BgClassName
{
background-color: #CE1582;
}
</style>
border-color css
<style>
span { border-color: #CE1582; }
span { border-color: rgb(206,21,130); }
td.TdClassName
{
border-color: #CE1582;
}
.TagClassName
{
border-color: #CE1582;
}
</style>