Shades of Medium Violet Red #CE19AA
Tints of Medium Violet Red #CE19AA
RGB
CMYK
RGB Variations
Color information
#CE19AA (or 0xCE19AA) is known color: Medium Violet Red. HEX triplet: CE, 19 and AA. RGB value is (206,25,170). Sum of RGB (Red+Green+Blue) = 206+25+170=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE19AA is #31E655. Grayscale: #5F5F5F. Windows color (decimal): -3270230 or 11147726. OLE color: 11147726.
HSL color Cylindrical-coordinate representation of color #CE19AA: hue angle of 311.93º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE19AA is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 170 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.19 |
| HSL | 311.93º | 0.78% | 0.45% | - |
| HSV(B) | 311.93º | 0.88% | 0.81% | - |
| XYZ | 33.06 | 16.72 | 39.52 | - |
| YUV | 95.65 | 169.97 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 170 | 0 | 0.88 | 0.17 | 0.19 | 311.93 | 0.78 | 0.45 |
| Hex | CE | 19 | AA | 0 | 58 | 11 | 13 | 138 | 4E | 2D |
| Octal | 316 | 31 | 252 | 0 | 130 | 21 | 23 | 470 | 116 | 55 |
| Binary | 11001110 | 11001 | 10101010 | 0 | 1011000 | 10001 | 10011 | 100111000 | 1001110 | 101101 |
Color Harmonies of #CE19AA
Complementary color
Monochromatic Colors of #CE19AA
Black with #CE19AA
Text Example
Text Example
White with #CE19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19AA; }
p { color: rgb(206,25,170); }
H1.HeaderClassName
{
color: #CE19AA;
}
.AnyTagClassName
{
color: #CE19AA;
}
</style>
background-color css
<style>
a { background-color: #CE19AA; }
a { background-color: rgb(206,25,170); }
div.DivClassName
{
background-color: #CE19AA;
}
.BgClassName
{
background-color: #CE19AA;
}
</style>
border-color css
<style>
span { border-color: #CE19AA; }
span { border-color: rgb(206,25,170); }
td.TdClassName
{
border-color: #CE19AA;
}
.TagClassName
{
border-color: #CE19AA;
}
</style>