Shades of Medium Violet Red #CE14A6
Tints of Medium Violet Red #CE14A6
RGB
CMYK
RGB Variations
Color information
#CE14A6 (or 0xCE14A6) is known color: Medium Violet Red. HEX triplet: CE, 14 and A6. RGB value is (206,20,166). Sum of RGB (Red+Green+Blue) = 206+20+166=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE14A6 is #31EB59. Grayscale: #5B5B5B. Windows color (decimal): -3271514 or 10884302. OLE color: 10884302.
HSL color Cylindrical-coordinate representation of color #CE14A6: hue angle of 312.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14A6 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 166 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.19 |
| HSL | 312.9º | 0.82% | 0.44% | - |
| HSV(B) | 312.9º | 0.9% | 0.81% | - |
| XYZ | 32.59 | 16.38 | 37.52 | - |
| YUV | 92.26 | 169.62 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 166 | 0 | 0.90 | 0.19 | 0.19 | 312.9 | 0.82 | 0.44 |
| Hex | CE | 14 | A6 | 0 | 5A | 13 | 13 | 139 | 52 | 2C |
| Octal | 316 | 24 | 246 | 0 | 132 | 23 | 23 | 471 | 122 | 54 |
| Binary | 11001110 | 10100 | 10100110 | 0 | 1011010 | 10011 | 10011 | 100111001 | 1010010 | 101100 |
Color Harmonies of #CE14A6
Complementary color
Monochromatic Colors of #CE14A6
Black with #CE14A6
Text Example
Text Example
White with #CE14A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14A6; }
p { color: rgb(206,20,166); }
H1.HeaderClassName
{
color: #CE14A6;
}
.AnyTagClassName
{
color: #CE14A6;
}
</style>
background-color css
<style>
a { background-color: #CE14A6; }
a { background-color: rgb(206,20,166); }
div.DivClassName
{
background-color: #CE14A6;
}
.BgClassName
{
background-color: #CE14A6;
}
</style>
border-color css
<style>
span { border-color: #CE14A6; }
span { border-color: rgb(206,20,166); }
td.TdClassName
{
border-color: #CE14A6;
}
.TagClassName
{
border-color: #CE14A6;
}
</style>