Shades of Medium Violet Red #C0169A
Tints of Medium Violet Red #C0169A
RGB
CMYK
RGB Variations
Color information
#C0169A (or 0xC0169A) is known color: Medium Violet Red. HEX triplet: C0, 16 and 9A. RGB value is (192,22,154). Sum of RGB (Red+Green+Blue) = 192+22+154=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0169A is #3FE965. Grayscale: #575757. Windows color (decimal): -4188518 or 10098368. OLE color: 10098368.
HSL color Cylindrical-coordinate representation of color #C0169A: hue angle of 313.41º 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 #C0169A is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 22 | 154 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.25 |
| HSL | 313.41º | 0.79% | 0.42% | - |
| HSV(B) | 313.41º | 0.89% | 0.75% | - |
| XYZ | 27.86 | 14.11 | 31.83 | - |
| YUV | 87.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 154 | 0 | 0.89 | 0.20 | 0.25 | 313.41 | 0.79 | 0.42 |
| Hex | C0 | 16 | 9A | 0 | 59 | 14 | 19 | 139 | 4F | 2A |
| Octal | 300 | 26 | 232 | 0 | 131 | 24 | 31 | 471 | 117 | 52 |
| Binary | 11000000 | 10110 | 10011010 | 0 | 1011001 | 10100 | 11001 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C0169A
Complementary color
Monochromatic Colors of #C0169A
Black with #C0169A
Text Example
Text Example
White with #C0169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0169A; }
p { color: rgb(192,22,154); }
H1.HeaderClassName
{
color: #C0169A;
}
.AnyTagClassName
{
color: #C0169A;
}
</style>
background-color css
<style>
a { background-color: #C0169A; }
a { background-color: rgb(192,22,154); }
div.DivClassName
{
background-color: #C0169A;
}
.BgClassName
{
background-color: #C0169A;
}
</style>
border-color css
<style>
span { border-color: #C0169A; }
span { border-color: rgb(192,22,154); }
td.TdClassName
{
border-color: #C0169A;
}
.TagClassName
{
border-color: #C0169A;
}
</style>