Shades of Medium Violet Red #C0169B
Tints of Medium Violet Red #C0169B
RGB
CMYK
RGB Variations
Color information
#C0169B (or 0xC0169B) is known color: Medium Violet Red. HEX triplet: C0, 16 and 9B. RGB value is (192,22,155). Sum of RGB (Red+Green+Blue) = 192+22+155=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0169B is #3FE964. Grayscale: #575757. Windows color (decimal): -4188517 or 10163904. OLE color: 10163904.
HSL color Cylindrical-coordinate representation of color #C0169B: hue angle of 313.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0169B is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 155 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.25 |
| HSL | 313.06º | 0.79% | 0.42% | - |
| HSV(B) | 313.06º | 0.89% | 0.75% | - |
| XYZ | 27.94 | 14.15 | 32.27 | - |
| YUV | 87.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 155 | 0 | 0.89 | 0.19 | 0.25 | 313.06 | 0.79 | 0.42 |
| Hex | C0 | 16 | 9B | 0 | 59 | 13 | 19 | 139 | 4F | 2A |
| Octal | 300 | 26 | 233 | 0 | 131 | 23 | 31 | 471 | 117 | 52 |
| Binary | 11000000 | 10110 | 10011011 | 0 | 1011001 | 10011 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C0169B
Complementary color
Monochromatic Colors of #C0169B
Black with #C0169B
Text Example
Text Example
White with #C0169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0169B; }
p { color: rgb(192,22,155); }
H1.HeaderClassName
{
color: #C0169B;
}
.AnyTagClassName
{
color: #C0169B;
}
</style>
background-color css
<style>
a { background-color: #C0169B; }
a { background-color: rgb(192,22,155); }
div.DivClassName
{
background-color: #C0169B;
}
.BgClassName
{
background-color: #C0169B;
}
</style>
border-color css
<style>
span { border-color: #C0169B; }
span { border-color: rgb(192,22,155); }
td.TdClassName
{
border-color: #C0169B;
}
.TagClassName
{
border-color: #C0169B;
}
</style>