Shades of Medium Violet Red #CE169A
Tints of Medium Violet Red #CE169A
RGB
CMYK
RGB Variations
Color information
#CE169A (or 0xCE169A) is known color: Medium Violet Red. HEX triplet: CE, 16 and 9A. RGB value is (206,22,154). Sum of RGB (Red+Green+Blue) = 206+22+154=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE169A is #31E965. Grayscale: #5B5B5B. Windows color (decimal): -3271014 or 10098382. OLE color: 10098382.
HSL color Cylindrical-coordinate representation of color #CE169A: hue angle of 316.96º 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 #CE169A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.19 |
| HSL | 316.96º | 0.81% | 0.45% | - |
| HSV(B) | 316.96º | 0.89% | 0.81% | - |
| XYZ | 31.57 | 16.03 | 32 | - |
| YUV | 92.06 | 162.96 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 154 | 0 | 0.89 | 0.25 | 0.19 | 316.96 | 0.81 | 0.45 |
| Hex | CE | 16 | 9A | 0 | 59 | 19 | 13 | 13D | 51 | 2D |
| Octal | 316 | 26 | 232 | 0 | 131 | 31 | 23 | 475 | 121 | 55 |
| Binary | 11001110 | 10110 | 10011010 | 0 | 1011001 | 11001 | 10011 | 100111101 | 1010001 | 101101 |
Color Harmonies of #CE169A
Complementary color
Monochromatic Colors of #CE169A
Black with #CE169A
Text Example
Text Example
White with #CE169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE169A; }
p { color: rgb(206,22,154); }
H1.HeaderClassName
{
color: #CE169A;
}
.AnyTagClassName
{
color: #CE169A;
}
</style>
background-color css
<style>
a { background-color: #CE169A; }
a { background-color: rgb(206,22,154); }
div.DivClassName
{
background-color: #CE169A;
}
.BgClassName
{
background-color: #CE169A;
}
</style>
border-color css
<style>
span { border-color: #CE169A; }
span { border-color: rgb(206,22,154); }
td.TdClassName
{
border-color: #CE169A;
}
.TagClassName
{
border-color: #CE169A;
}
</style>