Shades of Medium Violet Red #CE19AC
Tints of Medium Violet Red #CE19AC
RGB
CMYK
RGB Variations
Color information
#CE19AC (or 0xCE19AC) is known color: Medium Violet Red. HEX triplet: CE, 19 and AC. RGB value is (206,25,172). Sum of RGB (Red+Green+Blue) = 206+25+172=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE19AC is #31E653. Grayscale: #5F5F5F. Windows color (decimal): -3270228 or 11278798. OLE color: 11278798.
HSL color Cylindrical-coordinate representation of color #CE19AC: hue angle of 311.27º 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 #CE19AC is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 25 | 172 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.19 |
| HSL | 311.27º | 0.78% | 0.45% | - |
| HSV(B) | 311.27º | 0.88% | 0.81% | - |
| XYZ | 33.25 | 16.8 | 40.52 | - |
| YUV | 95.88 | 170.97 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 172 | 0 | 0.88 | 0.17 | 0.19 | 311.27 | 0.78 | 0.45 |
| Hex | CE | 19 | AC | 0 | 58 | 11 | 13 | 137 | 4E | 2D |
| Octal | 316 | 31 | 254 | 0 | 130 | 21 | 23 | 467 | 116 | 55 |
| Binary | 11001110 | 11001 | 10101100 | 0 | 1011000 | 10001 | 10011 | 100110111 | 1001110 | 101101 |
Color Harmonies of #CE19AC
Complementary color
Monochromatic Colors of #CE19AC
Black with #CE19AC
Text Example
Text Example
White with #CE19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19AC; }
p { color: rgb(206,25,172); }
H1.HeaderClassName
{
color: #CE19AC;
}
.AnyTagClassName
{
color: #CE19AC;
}
</style>
background-color css
<style>
a { background-color: #CE19AC; }
a { background-color: rgb(206,25,172); }
div.DivClassName
{
background-color: #CE19AC;
}
.BgClassName
{
background-color: #CE19AC;
}
</style>
border-color css
<style>
span { border-color: #CE19AC; }
span { border-color: rgb(206,25,172); }
td.TdClassName
{
border-color: #CE19AC;
}
.TagClassName
{
border-color: #CE19AC;
}
</style>