Shades of Medium Violet Red #CE06A4
Tints of Medium Violet Red #CE06A4
RGB
CMYK
RGB Variations
Color information
#CE06A4 (or 0xCE06A4) is known color: Medium Violet Red. HEX triplet: CE, 06 and A4. RGB value is (206,6,164). Sum of RGB (Red+Green+Blue) = 206+6+164=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE06A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE06A4 is #31F95B. Grayscale: #535353. Windows color (decimal): -3275100 or 10749646. OLE color: 10749646.
HSL color Cylindrical-coordinate representation of color #CE06A4: hue angle of 312.6º 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 #CE06A4 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 6 | 164 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.19 |
| HSL | 312.6º | 0.94% | 0.42% | - |
| HSV(B) | 312.6º | 0.97% | 0.81% | - |
| XYZ | 32.22 | 15.93 | 36.5 | - |
| YUV | 83.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 6 | 164 | 0 | 0.97 | 0.20 | 0.19 | 312.6 | 0.94 | 0.42 |
| Hex | CE | 6 | A4 | 0 | 61 | 14 | 13 | 139 | 5E | 2A |
| Octal | 316 | 6 | 244 | 0 | 141 | 24 | 23 | 471 | 136 | 52 |
| Binary | 11001110 | 110 | 10100100 | 0 | 1100001 | 10100 | 10011 | 100111001 | 1011110 | 101010 |
Color Harmonies of #CE06A4
Complementary color
Monochromatic Colors of #CE06A4
Black with #CE06A4
Text Example
Text Example
White with #CE06A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE06A4; }
p { color: rgb(206,6,164); }
H1.HeaderClassName
{
color: #CE06A4;
}
.AnyTagClassName
{
color: #CE06A4;
}
</style>
background-color css
<style>
a { background-color: #CE06A4; }
a { background-color: rgb(206,6,164); }
div.DivClassName
{
background-color: #CE06A4;
}
.BgClassName
{
background-color: #CE06A4;
}
</style>
border-color css
<style>
span { border-color: #CE06A4; }
span { border-color: rgb(206,6,164); }
td.TdClassName
{
border-color: #CE06A4;
}
.TagClassName
{
border-color: #CE06A4;
}
</style>