Shades of Medium Violet Red #CE169E
Tints of Medium Violet Red #CE169E
RGB
CMYK
RGB Variations
Color information
#CE169E (or 0xCE169E) is known color: Medium Violet Red. HEX triplet: CE, 16 and 9E. RGB value is (206,22,158). Sum of RGB (Red+Green+Blue) = 206+22+158=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE169E is #31E961. Grayscale: #5C5C5C. Windows color (decimal): -3271010 or 10360526. OLE color: 10360526.
HSL color Cylindrical-coordinate representation of color #CE169E: hue angle of 315.65º degrees, saturation: 0.81, 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 #CE169E is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 158 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.19 |
| HSL | 315.65º | 0.81% | 0.45% | - |
| HSV(B) | 315.65º | 0.89% | 0.81% | - |
| XYZ | 31.91 | 16.16 | 33.79 | - |
| YUV | 92.52 | 164.96 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 158 | 0 | 0.89 | 0.23 | 0.19 | 315.65 | 0.81 | 0.45 |
| Hex | CE | 16 | 9E | 0 | 59 | 17 | 13 | 13C | 51 | 2D |
| Octal | 316 | 26 | 236 | 0 | 131 | 27 | 23 | 474 | 121 | 55 |
| Binary | 11001110 | 10110 | 10011110 | 0 | 1011001 | 10111 | 10011 | 100111100 | 1010001 | 101101 |
Color Harmonies of #CE169E
Complementary color
Monochromatic Colors of #CE169E
Black with #CE169E
Text Example
Text Example
White with #CE169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE169E; }
p { color: rgb(206,22,158); }
H1.HeaderClassName
{
color: #CE169E;
}
.AnyTagClassName
{
color: #CE169E;
}
</style>
background-color css
<style>
a { background-color: #CE169E; }
a { background-color: rgb(206,22,158); }
div.DivClassName
{
background-color: #CE169E;
}
.BgClassName
{
background-color: #CE169E;
}
</style>
border-color css
<style>
span { border-color: #CE169E; }
span { border-color: rgb(206,22,158); }
td.TdClassName
{
border-color: #CE169E;
}
.TagClassName
{
border-color: #CE169E;
}
</style>