Shades of Medium Violet Red #CE02A0
Tints of Medium Violet Red #CE02A0
RGB
CMYK
RGB Variations
Color information
#CE02A0 (or 0xCE02A0) is known color: Medium Violet Red. HEX triplet: CE, 02 and A0. RGB value is (206,2,160). Sum of RGB (Red+Green+Blue) = 206+2+160=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE02A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE02A0 is #31FD5F. Grayscale: #505050. Windows color (decimal): -3276128 or 10486478. OLE color: 10486478.
HSL color Cylindrical-coordinate representation of color #CE02A0: hue angle of 313.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.19 |
| HSL | 313.53º | 0.98% | 0.41% | - |
| HSV(B) | 313.53º | 0.99% | 0.81% | - |
| XYZ | 31.82 | 15.7 | 34.61 | - |
| YUV | 81.01 | 172.59 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 160 | 0 | 0.99 | 0.22 | 0.19 | 313.53 | 0.98 | 0.41 |
| Hex | CE | 2 | A0 | 0 | 63 | 16 | 13 | 13A | 62 | 29 |
| Octal | 316 | 2 | 240 | 0 | 143 | 26 | 23 | 472 | 142 | 51 |
| Binary | 11001110 | 10 | 10100000 | 0 | 1100011 | 10110 | 10011 | 100111010 | 1100010 | 101001 |
Color Harmonies of #CE02A0
Complementary color
Monochromatic Colors of #CE02A0
Black with #CE02A0
Text Example
Text Example
White with #CE02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE02A0; }
p { color: rgb(206,2,160); }
H1.HeaderClassName
{
color: #CE02A0;
}
.AnyTagClassName
{
color: #CE02A0;
}
</style>
background-color css
<style>
a { background-color: #CE02A0; }
a { background-color: rgb(206,2,160); }
div.DivClassName
{
background-color: #CE02A0;
}
.BgClassName
{
background-color: #CE02A0;
}
</style>
border-color css
<style>
span { border-color: #CE02A0; }
span { border-color: rgb(206,2,160); }
td.TdClassName
{
border-color: #CE02A0;
}
.TagClassName
{
border-color: #CE02A0;
}
</style>