Shades of Medium Violet Red #CE1C83
Tints of Medium Violet Red #CE1C83
RGB
CMYK
RGB Variations
Color information
#CE1C83 (or 0xCE1C83) is known color: Medium Violet Red. HEX triplet: CE, 1C and 83. RGB value is (206,28,131). Sum of RGB (Red+Green+Blue) = 206+28+131=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C83 is #31E37C. Grayscale: #5C5C5C. Windows color (decimal): -3269501 or 8592590. OLE color: 8592590.
HSL color Cylindrical-coordinate representation of color #CE1C83: hue angle of 325.28º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C83 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 131 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.19 |
| HSL | 325.28º | 0.76% | 0.46% | - |
| HSV(B) | 325.28º | 0.86% | 0.81% | - |
| XYZ | 29.97 | 15.59 | 22.9 | - |
| YUV | 92.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 131 | 0 | 0.86 | 0.36 | 0.19 | 325.28 | 0.76 | 0.46 |
| Hex | CE | 1C | 83 | 0 | 56 | 24 | 13 | 145 | 4C | 2E |
| Octal | 316 | 34 | 203 | 0 | 126 | 44 | 23 | 505 | 114 | 56 |
| Binary | 11001110 | 11100 | 10000011 | 0 | 1010110 | 100100 | 10011 | 101000101 | 1001100 | 101110 |
Color Harmonies of #CE1C83
Complementary color
Monochromatic Colors of #CE1C83
Black with #CE1C83
Text Example
Text Example
White with #CE1C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C83; }
p { color: rgb(206,28,131); }
H1.HeaderClassName
{
color: #CE1C83;
}
.AnyTagClassName
{
color: #CE1C83;
}
</style>
background-color css
<style>
a { background-color: #CE1C83; }
a { background-color: rgb(206,28,131); }
div.DivClassName
{
background-color: #CE1C83;
}
.BgClassName
{
background-color: #CE1C83;
}
</style>
border-color css
<style>
span { border-color: #CE1C83; }
span { border-color: rgb(206,28,131); }
td.TdClassName
{
border-color: #CE1C83;
}
.TagClassName
{
border-color: #CE1C83;
}
</style>