Shades of Medium Violet Red #CE20A1
Tints of Medium Violet Red #CE20A1
RGB
CMYK
RGB Variations
Color information
#CE20A1 (or 0xCE20A1) is known color: Medium Violet Red. HEX triplet: CE, 20 and A1. RGB value is (206,32,161). Sum of RGB (Red+Green+Blue) = 206+32+161=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20A1 is #31DF5E. Grayscale: #626262. Windows color (decimal): -3268447 or 10559694. OLE color: 10559694.
HSL color Cylindrical-coordinate representation of color #CE20A1: hue angle of 315.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 #CE20A1 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 161 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.19 |
| HSL | 315.52º | 0.73% | 0.47% | - |
| HSV(B) | 315.52º | 0.84% | 0.81% | - |
| XYZ | 32.4 | 16.73 | 35.24 | - |
| YUV | 98.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 161 | 0 | 0.84 | 0.22 | 0.19 | 315.52 | 0.73 | 0.47 |
| Hex | CE | 20 | A1 | 0 | 54 | 16 | 13 | 13C | 49 | 2F |
| Octal | 316 | 40 | 241 | 0 | 124 | 26 | 23 | 474 | 111 | 57 |
| Binary | 11001110 | 100000 | 10100001 | 0 | 1010100 | 10110 | 10011 | 100111100 | 1001001 | 101111 |
Color Harmonies of #CE20A1
Complementary color
Monochromatic Colors of #CE20A1
Black with #CE20A1
Text Example
Text Example
White with #CE20A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20A1; }
p { color: rgb(206,32,161); }
H1.HeaderClassName
{
color: #CE20A1;
}
.AnyTagClassName
{
color: #CE20A1;
}
</style>
background-color css
<style>
a { background-color: #CE20A1; }
a { background-color: rgb(206,32,161); }
div.DivClassName
{
background-color: #CE20A1;
}
.BgClassName
{
background-color: #CE20A1;
}
</style>
border-color css
<style>
span { border-color: #CE20A1; }
span { border-color: rgb(206,32,161); }
td.TdClassName
{
border-color: #CE20A1;
}
.TagClassName
{
border-color: #CE20A1;
}
</style>