Shades of Medium Violet Red #CE169B
Tints of Medium Violet Red #CE169B
RGB
CMYK
RGB Variations
Color information
#CE169B (or 0xCE169B) is known color: Medium Violet Red. HEX triplet: CE, 16 and 9B. RGB value is (206,22,155). Sum of RGB (Red+Green+Blue) = 206+22+155=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 22 (8.98% from 255 or 5.74% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE169B is #31E964. Grayscale: #5B5B5B. Windows color (decimal): -3271013 or 10163918. OLE color: 10163918.
HSL color Cylindrical-coordinate representation of color #CE169B: hue angle of 316.63º 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 #CE169B is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 22 | 155 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.19 |
| HSL | 316.63º | 0.81% | 0.45% | - |
| HSV(B) | 316.63º | 0.89% | 0.81% | - |
| XYZ | 31.66 | 16.06 | 32.44 | - |
| YUV | 92.18 | 163.46 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 22 | 155 | 0 | 0.89 | 0.25 | 0.19 | 316.63 | 0.81 | 0.45 |
| Hex | CE | 16 | 9B | 0 | 59 | 19 | 13 | 13D | 51 | 2D |
| Octal | 316 | 26 | 233 | 0 | 131 | 31 | 23 | 475 | 121 | 55 |
| Binary | 11001110 | 10110 | 10011011 | 0 | 1011001 | 11001 | 10011 | 100111101 | 1010001 | 101101 |
Color Harmonies of #CE169B
Complementary color
Monochromatic Colors of #CE169B
Black with #CE169B
Text Example
Text Example
White with #CE169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE169B; }
p { color: rgb(206,22,155); }
H1.HeaderClassName
{
color: #CE169B;
}
.AnyTagClassName
{
color: #CE169B;
}
</style>
background-color css
<style>
a { background-color: #CE169B; }
a { background-color: rgb(206,22,155); }
div.DivClassName
{
background-color: #CE169B;
}
.BgClassName
{
background-color: #CE169B;
}
</style>
border-color css
<style>
span { border-color: #CE169B; }
span { border-color: rgb(206,22,155); }
td.TdClassName
{
border-color: #CE169B;
}
.TagClassName
{
border-color: #CE169B;
}
</style>