Shades of Medium Violet Red #CE2184
Tints of Medium Violet Red #CE2184
RGB
CMYK
RGB Variations
Color information
#CE2184 (or 0xCE2184) is known color: Medium Violet Red. HEX triplet: CE, 21 and 84. RGB value is (206,33,132). Sum of RGB (Red+Green+Blue) = 206+33+132=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2184 is #31DE7B. Grayscale: #5F5F5F. Windows color (decimal): -3268220 or 8659406. OLE color: 8659406.
HSL color Cylindrical-coordinate representation of color #CE2184: hue angle of 325.66º 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 #CE2184 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 132 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.19 |
| HSL | 325.66º | 0.72% | 0.47% | - |
| HSV(B) | 325.66º | 0.84% | 0.81% | - |
| XYZ | 30.16 | 15.88 | 23.3 | - |
| YUV | 96.01 | 148.31 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 132 | 0 | 0.84 | 0.36 | 0.19 | 325.66 | 0.72 | 0.47 |
| Hex | CE | 21 | 84 | 0 | 54 | 24 | 13 | 146 | 48 | 2F |
| Octal | 316 | 41 | 204 | 0 | 124 | 44 | 23 | 506 | 110 | 57 |
| Binary | 11001110 | 100001 | 10000100 | 0 | 1010100 | 100100 | 10011 | 101000110 | 1001000 | 101111 |
Color Harmonies of #CE2184
Complementary color
Monochromatic Colors of #CE2184
Black with #CE2184
Text Example
Text Example
White with #CE2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2184; }
p { color: rgb(206,33,132); }
H1.HeaderClassName
{
color: #CE2184;
}
.AnyTagClassName
{
color: #CE2184;
}
</style>
background-color css
<style>
a { background-color: #CE2184; }
a { background-color: rgb(206,33,132); }
div.DivClassName
{
background-color: #CE2184;
}
.BgClassName
{
background-color: #CE2184;
}
</style>
border-color css
<style>
span { border-color: #CE2184; }
span { border-color: rgb(206,33,132); }
td.TdClassName
{
border-color: #CE2184;
}
.TagClassName
{
border-color: #CE2184;
}
</style>