Shades of Medium Violet Red #CE1C82
Tints of Medium Violet Red #CE1C82
RGB
CMYK
RGB Variations
Color information
#CE1C82 (or 0xCE1C82) is known color: Medium Violet Red. HEX triplet: CE, 1C and 82. RGB value is (206,28,130). Sum of RGB (Red+Green+Blue) = 206+28+130=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1C82 is #31E37D. Grayscale: #5C5C5C. Windows color (decimal): -3269502 or 8527054. OLE color: 8527054.
HSL color Cylindrical-coordinate representation of color #CE1C82: hue angle of 325.62º 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 #CE1C82 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 130 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.19 |
| HSL | 325.62º | 0.76% | 0.46% | - |
| HSV(B) | 325.62º | 0.86% | 0.81% | - |
| XYZ | 29.9 | 15.56 | 22.55 | - |
| YUV | 92.85 | 148.97 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 130 | 0 | 0.86 | 0.37 | 0.19 | 325.62 | 0.76 | 0.46 |
| Hex | CE | 1C | 82 | 0 | 56 | 25 | 13 | 146 | 4C | 2E |
| Octal | 316 | 34 | 202 | 0 | 126 | 45 | 23 | 506 | 114 | 56 |
| Binary | 11001110 | 11100 | 10000010 | 0 | 1010110 | 100101 | 10011 | 101000110 | 1001100 | 101110 |
Color Harmonies of #CE1C82
Complementary color
Monochromatic Colors of #CE1C82
Black with #CE1C82
Text Example
Text Example
White with #CE1C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C82; }
p { color: rgb(206,28,130); }
H1.HeaderClassName
{
color: #CE1C82;
}
.AnyTagClassName
{
color: #CE1C82;
}
</style>
background-color css
<style>
a { background-color: #CE1C82; }
a { background-color: rgb(206,28,130); }
div.DivClassName
{
background-color: #CE1C82;
}
.BgClassName
{
background-color: #CE1C82;
}
</style>
border-color css
<style>
span { border-color: #CE1C82; }
span { border-color: rgb(206,28,130); }
td.TdClassName
{
border-color: #CE1C82;
}
.TagClassName
{
border-color: #CE1C82;
}
</style>