Shades of Medium Violet Red #CE21A6
Tints of Medium Violet Red #CE21A6
RGB
CMYK
RGB Variations
Color information
#CE21A6 (or 0xCE21A6) is known color: Medium Violet Red. HEX triplet: CE, 21 and A6. RGB value is (206,33,166). Sum of RGB (Red+Green+Blue) = 206+33+166=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE21A6 is #31DE59. Grayscale: #636363. Windows color (decimal): -3268186 or 10887630. OLE color: 10887630.
HSL color Cylindrical-coordinate representation of color #CE21A6: hue angle of 313.87º 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 #CE21A6 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 166 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.19 |
| HSL | 313.87º | 0.72% | 0.47% | - |
| HSV(B) | 313.87º | 0.84% | 0.81% | - |
| XYZ | 32.88 | 16.96 | 37.62 | - |
| YUV | 99.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 166 | 0 | 0.84 | 0.19 | 0.19 | 313.87 | 0.72 | 0.47 |
| Hex | CE | 21 | A6 | 0 | 54 | 13 | 13 | 13A | 48 | 2F |
| Octal | 316 | 41 | 246 | 0 | 124 | 23 | 23 | 472 | 110 | 57 |
| Binary | 11001110 | 100001 | 10100110 | 0 | 1010100 | 10011 | 10011 | 100111010 | 1001000 | 101111 |
Color Harmonies of #CE21A6
Complementary color
Monochromatic Colors of #CE21A6
Black with #CE21A6
Text Example
Text Example
White with #CE21A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE21A6; }
p { color: rgb(206,33,166); }
H1.HeaderClassName
{
color: #CE21A6;
}
.AnyTagClassName
{
color: #CE21A6;
}
</style>
background-color css
<style>
a { background-color: #CE21A6; }
a { background-color: rgb(206,33,166); }
div.DivClassName
{
background-color: #CE21A6;
}
.BgClassName
{
background-color: #CE21A6;
}
</style>
border-color css
<style>
span { border-color: #CE21A6; }
span { border-color: rgb(206,33,166); }
td.TdClassName
{
border-color: #CE21A6;
}
.TagClassName
{
border-color: #CE21A6;
}
</style>