Shades of Medium Violet Red #CE20A6
Tints of Medium Violet Red #CE20A6
RGB
CMYK
RGB Variations
Color information
#CE20A6 (or 0xCE20A6) is known color: Medium Violet Red. HEX triplet: CE, 20 and A6. RGB value is (206,32,166). Sum of RGB (Red+Green+Blue) = 206+32+166=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 32 (12.89% from 255 or 7.92% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20A6 is #31DF59. Grayscale: #626262. Windows color (decimal): -3268442 or 10887374. OLE color: 10887374.
HSL color Cylindrical-coordinate representation of color #CE20A6: hue angle of 313.79º 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 #CE20A6 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 166 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.19 |
| HSL | 313.79º | 0.73% | 0.47% | - |
| HSV(B) | 313.79º | 0.84% | 0.81% | - |
| XYZ | 32.85 | 16.91 | 37.61 | - |
| YUV | 99.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 166 | 0 | 0.84 | 0.19 | 0.19 | 313.79 | 0.73 | 0.47 |
| Hex | CE | 20 | A6 | 0 | 54 | 13 | 13 | 13A | 49 | 2F |
| Octal | 316 | 40 | 246 | 0 | 124 | 23 | 23 | 472 | 111 | 57 |
| Binary | 11001110 | 100000 | 10100110 | 0 | 1010100 | 10011 | 10011 | 100111010 | 1001001 | 101111 |
Color Harmonies of #CE20A6
Complementary color
Monochromatic Colors of #CE20A6
Black with #CE20A6
Text Example
Text Example
White with #CE20A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20A6; }
p { color: rgb(206,32,166); }
H1.HeaderClassName
{
color: #CE20A6;
}
.AnyTagClassName
{
color: #CE20A6;
}
</style>
background-color css
<style>
a { background-color: #CE20A6; }
a { background-color: rgb(206,32,166); }
div.DivClassName
{
background-color: #CE20A6;
}
.BgClassName
{
background-color: #CE20A6;
}
</style>
border-color css
<style>
span { border-color: #CE20A6; }
span { border-color: rgb(206,32,166); }
td.TdClassName
{
border-color: #CE20A6;
}
.TagClassName
{
border-color: #CE20A6;
}
</style>