Shades of Medium Violet Red #CE1482
Tints of Medium Violet Red #CE1482
RGB
CMYK
RGB Variations
Color information
#CE1482 (or 0xCE1482) is known color: Medium Violet Red. HEX triplet: CE, 14 and 82. RGB value is (206,20,130). Sum of RGB (Red+Green+Blue) = 206+20+130=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1482 is #31EB7D. Grayscale: #575757. Windows color (decimal): -3271550 or 8525006. OLE color: 8525006.
HSL color Cylindrical-coordinate representation of color #CE1482: hue angle of 324.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1482 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 130 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.19 |
| HSL | 324.52º | 0.82% | 0.44% | - |
| HSV(B) | 324.52º | 0.9% | 0.81% | - |
| XYZ | 29.73 | 15.23 | 22.49 | - |
| YUV | 88.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 130 | 0 | 0.90 | 0.37 | 0.19 | 324.52 | 0.82 | 0.44 |
| Hex | CE | 14 | 82 | 0 | 5A | 25 | 13 | 145 | 52 | 2C |
| Octal | 316 | 24 | 202 | 0 | 132 | 45 | 23 | 505 | 122 | 54 |
| Binary | 11001110 | 10100 | 10000010 | 0 | 1011010 | 100101 | 10011 | 101000101 | 1010010 | 101100 |
Color Harmonies of #CE1482
Complementary color
Monochromatic Colors of #CE1482
Black with #CE1482
Text Example
Text Example
White with #CE1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1482; }
p { color: rgb(206,20,130); }
H1.HeaderClassName
{
color: #CE1482;
}
.AnyTagClassName
{
color: #CE1482;
}
</style>
background-color css
<style>
a { background-color: #CE1482; }
a { background-color: rgb(206,20,130); }
div.DivClassName
{
background-color: #CE1482;
}
.BgClassName
{
background-color: #CE1482;
}
</style>
border-color css
<style>
span { border-color: #CE1482; }
span { border-color: rgb(206,20,130); }
td.TdClassName
{
border-color: #CE1482;
}
.TagClassName
{
border-color: #CE1482;
}
</style>