Shades of Medium Violet Red #CE20A2
Tints of Medium Violet Red #CE20A2
RGB
CMYK
RGB Variations
Color information
#CE20A2 (or 0xCE20A2) is known color: Medium Violet Red. HEX triplet: CE, 20 and A2. RGB value is (206,32,162). Sum of RGB (Red+Green+Blue) = 206+32+162=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE20A2 is #31DF5D. Grayscale: #626262. Windows color (decimal): -3268446 or 10625230. OLE color: 10625230.
HSL color Cylindrical-coordinate representation of color #CE20A2: hue angle of 315.17º 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 #CE20A2 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 162 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.19 |
| HSL | 315.17º | 0.73% | 0.47% | - |
| HSV(B) | 315.17º | 0.84% | 0.81% | - |
| XYZ | 32.49 | 16.76 | 35.71 | - |
| YUV | 98.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 162 | 0 | 0.84 | 0.21 | 0.19 | 315.17 | 0.73 | 0.47 |
| Hex | CE | 20 | A2 | 0 | 54 | 15 | 13 | 13B | 49 | 2F |
| Octal | 316 | 40 | 242 | 0 | 124 | 25 | 23 | 473 | 111 | 57 |
| Binary | 11001110 | 100000 | 10100010 | 0 | 1010100 | 10101 | 10011 | 100111011 | 1001001 | 101111 |
Color Harmonies of #CE20A2
Complementary color
Monochromatic Colors of #CE20A2
Black with #CE20A2
Text Example
Text Example
White with #CE20A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE20A2; }
p { color: rgb(206,32,162); }
H1.HeaderClassName
{
color: #CE20A2;
}
.AnyTagClassName
{
color: #CE20A2;
}
</style>
background-color css
<style>
a { background-color: #CE20A2; }
a { background-color: rgb(206,32,162); }
div.DivClassName
{
background-color: #CE20A2;
}
.BgClassName
{
background-color: #CE20A2;
}
</style>
border-color css
<style>
span { border-color: #CE20A2; }
span { border-color: rgb(206,32,162); }
td.TdClassName
{
border-color: #CE20A2;
}
.TagClassName
{
border-color: #CE20A2;
}
</style>