Shades of Medium Violet Red #CE1483
Tints of Medium Violet Red #CE1483
RGB
CMYK
RGB Variations
Color information
#CE1483 (or 0xCE1483) is known color: Medium Violet Red. HEX triplet: CE, 14 and 83. RGB value is (206,20,131). Sum of RGB (Red+Green+Blue) = 206+20+131=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE1483 is #31EB7C. Grayscale: #585858. Windows color (decimal): -3271549 or 8590542. OLE color: 8590542.
HSL color Cylindrical-coordinate representation of color #CE1483: hue angle of 324.19º 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 #CE1483 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 131 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.19 |
| HSL | 324.19º | 0.82% | 0.44% | - |
| HSV(B) | 324.19º | 0.9% | 0.81% | - |
| XYZ | 29.8 | 15.26 | 22.85 | - |
| YUV | 88.27 | 152.12 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 131 | 0 | 0.90 | 0.36 | 0.19 | 324.19 | 0.82 | 0.44 |
| Hex | CE | 14 | 83 | 0 | 5A | 24 | 13 | 144 | 52 | 2C |
| Octal | 316 | 24 | 203 | 0 | 132 | 44 | 23 | 504 | 122 | 54 |
| Binary | 11001110 | 10100 | 10000011 | 0 | 1011010 | 100100 | 10011 | 101000100 | 1010010 | 101100 |
Color Harmonies of #CE1483
Complementary color
Monochromatic Colors of #CE1483
Black with #CE1483
Text Example
Text Example
White with #CE1483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1483; }
p { color: rgb(206,20,131); }
H1.HeaderClassName
{
color: #CE1483;
}
.AnyTagClassName
{
color: #CE1483;
}
</style>
background-color css
<style>
a { background-color: #CE1483; }
a { background-color: rgb(206,20,131); }
div.DivClassName
{
background-color: #CE1483;
}
.BgClassName
{
background-color: #CE1483;
}
</style>
border-color css
<style>
span { border-color: #CE1483; }
span { border-color: rgb(206,20,131); }
td.TdClassName
{
border-color: #CE1483;
}
.TagClassName
{
border-color: #CE1483;
}
</style>