Shades of Medium Violet Red #CE2180
Tints of Medium Violet Red #CE2180
RGB
CMYK
RGB Variations
Color information
#CE2180 (or 0xCE2180) is known color: Medium Violet Red. HEX triplet: CE, 21 and 80. RGB value is (206,33,128). Sum of RGB (Red+Green+Blue) = 206+33+128=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2180 is #31DE7F. Grayscale: #5F5F5F. Windows color (decimal): -3268224 or 8397262. OLE color: 8397262.
HSL color Cylindrical-coordinate representation of color #CE2180: hue angle of 327.05º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2180 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 128 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.19 |
| HSL | 327.05º | 0.72% | 0.47% | - |
| HSV(B) | 327.05º | 0.84% | 0.81% | - |
| XYZ | 29.89 | 15.77 | 21.89 | - |
| YUV | 95.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 128 | 0 | 0.84 | 0.38 | 0.19 | 327.05 | 0.72 | 0.47 |
| Hex | CE | 21 | 80 | 0 | 54 | 26 | 13 | 147 | 48 | 2F |
| Octal | 316 | 41 | 200 | 0 | 124 | 46 | 23 | 507 | 110 | 57 |
| Binary | 11001110 | 100001 | 10000000 | 0 | 1010100 | 100110 | 10011 | 101000111 | 1001000 | 101111 |
Color Harmonies of #CE2180
Complementary color
Monochromatic Colors of #CE2180
Black with #CE2180
Text Example
Text Example
White with #CE2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2180; }
p { color: rgb(206,33,128); }
H1.HeaderClassName
{
color: #CE2180;
}
.AnyTagClassName
{
color: #CE2180;
}
</style>
background-color css
<style>
a { background-color: #CE2180; }
a { background-color: rgb(206,33,128); }
div.DivClassName
{
background-color: #CE2180;
}
.BgClassName
{
background-color: #CE2180;
}
</style>
border-color css
<style>
span { border-color: #CE2180; }
span { border-color: rgb(206,33,128); }
td.TdClassName
{
border-color: #CE2180;
}
.TagClassName
{
border-color: #CE2180;
}
</style>