Shades of Medium Violet Red #CE06A0
Tints of Medium Violet Red #CE06A0
RGB
CMYK
RGB Variations
Color information
#CE06A0 (or 0xCE06A0) is known color: Medium Violet Red. HEX triplet: CE, 06 and A0. RGB value is (206,6,160). Sum of RGB (Red+Green+Blue) = 206+6+160=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 6 (2.73% from 255 or 1.61% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06A0 is #31F95F. Grayscale: #525252. Windows color (decimal): -3275104 or 10487502. OLE color: 10487502.
HSL color Cylindrical-coordinate representation of color #CE06A0: hue angle of 313.8º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE06A0 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.19 |
| HSL | 313.8º | 0.94% | 0.42% | - |
| HSV(B) | 313.8º | 0.97% | 0.81% | - |
| XYZ | 31.86 | 15.79 | 34.63 | - |
| YUV | 83.36 | 171.26 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 160 | 0 | 0.97 | 0.22 | 0.19 | 313.8 | 0.94 | 0.42 |
| Hex | CE | 6 | A0 | 0 | 61 | 16 | 13 | 13A | 5E | 2A |
| Octal | 316 | 6 | 240 | 0 | 141 | 26 | 23 | 472 | 136 | 52 |
| Binary | 11001110 | 110 | 10100000 | 0 | 1100001 | 10110 | 10011 | 100111010 | 1011110 | 101010 |
Color Harmonies of #CE06A0
Complementary color
Monochromatic Colors of #CE06A0
Black with #CE06A0
Text Example
Text Example
White with #CE06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06A0; }
p { color: rgb(206,6,160); }
H1.HeaderClassName
{
color: #CE06A0;
}
.AnyTagClassName
{
color: #CE06A0;
}
</style>
background-color css
<style>
a { background-color: #CE06A0; }
a { background-color: rgb(206,6,160); }
div.DivClassName
{
background-color: #CE06A0;
}
.BgClassName
{
background-color: #CE06A0;
}
</style>
border-color css
<style>
span { border-color: #CE06A0; }
span { border-color: rgb(206,6,160); }
td.TdClassName
{
border-color: #CE06A0;
}
.TagClassName
{
border-color: #CE06A0;
}
</style>