Shades of Medium Violet Red #CE05A0
Tints of Medium Violet Red #CE05A0
RGB
CMYK
RGB Variations
Color information
#CE05A0 (or 0xCE05A0) is known color: Medium Violet Red. HEX triplet: CE, 05 and A0. RGB value is (206,5,160). Sum of RGB (Red+Green+Blue) = 206+5+160=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE05A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE05A0 is #31FA5F. Grayscale: #525252. Windows color (decimal): -3275360 or 10487246. OLE color: 10487246.
HSL color Cylindrical-coordinate representation of color #CE05A0: hue angle of 313.73º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE05A0 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 160 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.19 |
| HSL | 313.73º | 0.95% | 0.41% | - |
| HSV(B) | 313.73º | 0.98% | 0.81% | - |
| XYZ | 31.85 | 15.77 | 34.62 | - |
| YUV | 82.77 | 171.59 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 160 | 0 | 0.98 | 0.22 | 0.19 | 313.73 | 0.95 | 0.41 |
| Hex | CE | 5 | A0 | 0 | 62 | 16 | 13 | 13A | 5F | 29 |
| Octal | 316 | 5 | 240 | 0 | 142 | 26 | 23 | 472 | 137 | 51 |
| Binary | 11001110 | 101 | 10100000 | 0 | 1100010 | 10110 | 10011 | 100111010 | 1011111 | 101001 |
Color Harmonies of #CE05A0
Complementary color
Monochromatic Colors of #CE05A0
Black with #CE05A0
Text Example
Text Example
White with #CE05A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE05A0; }
p { color: rgb(206,5,160); }
H1.HeaderClassName
{
color: #CE05A0;
}
.AnyTagClassName
{
color: #CE05A0;
}
</style>
background-color css
<style>
a { background-color: #CE05A0; }
a { background-color: rgb(206,5,160); }
div.DivClassName
{
background-color: #CE05A0;
}
.BgClassName
{
background-color: #CE05A0;
}
</style>
border-color css
<style>
span { border-color: #CE05A0; }
span { border-color: rgb(206,5,160); }
td.TdClassName
{
border-color: #CE05A0;
}
.TagClassName
{
border-color: #CE05A0;
}
</style>