Shades of Medium Violet Red #CE06A6
Tints of Medium Violet Red #CE06A6
RGB
CMYK
RGB Variations
Color information
#CE06A6 (or 0xCE06A6) is known color: Medium Violet Red. HEX triplet: CE, 06 and A6. RGB value is (206,6,166). Sum of RGB (Red+Green+Blue) = 206+6+166=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 6 (2.73% from 255 or 1.59% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06A6 is #31F959. Grayscale: #535353. Windows color (decimal): -3275098 or 10880718. OLE color: 10880718.
HSL color Cylindrical-coordinate representation of color #CE06A6: hue angle of 312º 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 #CE06A6 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 166 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.19 |
| HSL | 312º | 0.94% | 0.42% | - |
| HSV(B) | 312º | 0.97% | 0.81% | - |
| XYZ | 32.4 | 16.01 | 37.46 | - |
| YUV | 84.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 166 | 0 | 0.97 | 0.19 | 0.19 | 312 | 0.94 | 0.42 |
| Hex | CE | 6 | A6 | 0 | 61 | 13 | 13 | 138 | 5E | 2A |
| Octal | 316 | 6 | 246 | 0 | 141 | 23 | 23 | 470 | 136 | 52 |
| Binary | 11001110 | 110 | 10100110 | 0 | 1100001 | 10011 | 10011 | 100111000 | 1011110 | 101010 |
Color Harmonies of #CE06A6
Complementary color
Monochromatic Colors of #CE06A6
Black with #CE06A6
Text Example
Text Example
White with #CE06A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06A6; }
p { color: rgb(206,6,166); }
H1.HeaderClassName
{
color: #CE06A6;
}
.AnyTagClassName
{
color: #CE06A6;
}
</style>
background-color css
<style>
a { background-color: #CE06A6; }
a { background-color: rgb(206,6,166); }
div.DivClassName
{
background-color: #CE06A6;
}
.BgClassName
{
background-color: #CE06A6;
}
</style>
border-color css
<style>
span { border-color: #CE06A6; }
span { border-color: rgb(206,6,166); }
td.TdClassName
{
border-color: #CE06A6;
}
.TagClassName
{
border-color: #CE06A6;
}
</style>