Shades of Medium Violet Red #CE2084
Tints of Medium Violet Red #CE2084
RGB
CMYK
RGB Variations
Color information
#CE2084 (or 0xCE2084) is known color: Medium Violet Red. HEX triplet: CE, 20 and 84. RGB value is (206,32,132). Sum of RGB (Red+Green+Blue) = 206+32+132=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2084 is #31DF7B. Grayscale: #5F5F5F. Windows color (decimal): -3268476 or 8659150. OLE color: 8659150.
HSL color Cylindrical-coordinate representation of color #CE2084: hue angle of 325.52º degrees, saturation: 0.73, 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 #CE2084 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 132 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.19 |
| HSL | 325.52º | 0.73% | 0.47% | - |
| HSV(B) | 325.52º | 0.84% | 0.81% | - |
| XYZ | 30.13 | 15.82 | 23.3 | - |
| YUV | 95.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 132 | 0 | 0.84 | 0.36 | 0.19 | 325.52 | 0.73 | 0.47 |
| Hex | CE | 20 | 84 | 0 | 54 | 24 | 13 | 146 | 49 | 2F |
| Octal | 316 | 40 | 204 | 0 | 124 | 44 | 23 | 506 | 111 | 57 |
| Binary | 11001110 | 100000 | 10000100 | 0 | 1010100 | 100100 | 10011 | 101000110 | 1001001 | 101111 |
Color Harmonies of #CE2084
Complementary color
Monochromatic Colors of #CE2084
Black with #CE2084
Text Example
Text Example
White with #CE2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2084; }
p { color: rgb(206,32,132); }
H1.HeaderClassName
{
color: #CE2084;
}
.AnyTagClassName
{
color: #CE2084;
}
</style>
background-color css
<style>
a { background-color: #CE2084; }
a { background-color: rgb(206,32,132); }
div.DivClassName
{
background-color: #CE2084;
}
.BgClassName
{
background-color: #CE2084;
}
</style>
border-color css
<style>
span { border-color: #CE2084; }
span { border-color: rgb(206,32,132); }
td.TdClassName
{
border-color: #CE2084;
}
.TagClassName
{
border-color: #CE2084;
}
</style>