Shades of Medium Violet Red #CE17AA
Tints of Medium Violet Red #CE17AA
RGB
CMYK
RGB Variations
Color information
#CE17AA (or 0xCE17AA) is known color: Medium Violet Red. HEX triplet: CE, 17 and AA. RGB value is (206,23,170). Sum of RGB (Red+Green+Blue) = 206+23+170=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE17AA is #31E855. Grayscale: #5E5E5E. Windows color (decimal): -3270742 or 11147214. OLE color: 11147214.
HSL color Cylindrical-coordinate representation of color #CE17AA: hue angle of 311.8º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE17AA is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 170 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.19 |
| HSL | 311.8º | 0.8% | 0.45% | - |
| HSV(B) | 311.8º | 0.89% | 0.81% | - |
| XYZ | 33.02 | 16.64 | 39.5 | - |
| YUV | 94.48 | 170.63 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 170 | 0 | 0.89 | 0.17 | 0.19 | 311.8 | 0.8 | 0.45 |
| Hex | CE | 17 | AA | 0 | 59 | 11 | 13 | 138 | 50 | 2D |
| Octal | 316 | 27 | 252 | 0 | 131 | 21 | 23 | 470 | 120 | 55 |
| Binary | 11001110 | 10111 | 10101010 | 0 | 1011001 | 10001 | 10011 | 100111000 | 1010000 | 101101 |
Color Harmonies of #CE17AA
Complementary color
Monochromatic Colors of #CE17AA
Black with #CE17AA
Text Example
Text Example
White with #CE17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17AA; }
p { color: rgb(206,23,170); }
H1.HeaderClassName
{
color: #CE17AA;
}
.AnyTagClassName
{
color: #CE17AA;
}
</style>
background-color css
<style>
a { background-color: #CE17AA; }
a { background-color: rgb(206,23,170); }
div.DivClassName
{
background-color: #CE17AA;
}
.BgClassName
{
background-color: #CE17AA;
}
</style>
border-color css
<style>
span { border-color: #CE17AA; }
span { border-color: rgb(206,23,170); }
td.TdClassName
{
border-color: #CE17AA;
}
.TagClassName
{
border-color: #CE17AA;
}
</style>