Shades of Medium Violet Red #C0176A
Tints of Medium Violet Red #C0176A
RGB
CMYK
RGB Variations
Color information
#C0176A (or 0xC0176A) is known color: Medium Violet Red. HEX triplet: C0, 17 and 6A. RGB value is (192,23,106). Sum of RGB (Red+Green+Blue) = 192+23+106=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0176A is #3FE895. Grayscale: #525252. Windows color (decimal): -4188310 or 6952896. OLE color: 6952896.
HSL color Cylindrical-coordinate representation of color #C0176A: hue angle of 330.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0176A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 106 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.25 |
| HSL | 330.53º | 0.79% | 0.42% | - |
| HSV(B) | 330.53º | 0.88% | 0.75% | - |
| XYZ | 24.65 | 12.86 | 14.82 | - |
| YUV | 82.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 106 | 0 | 0.88 | 0.45 | 0.25 | 330.53 | 0.79 | 0.42 |
| Hex | C0 | 17 | 6A | 0 | 58 | 2D | 19 | 14B | 4F | 2A |
| Octal | 300 | 27 | 152 | 0 | 130 | 55 | 31 | 513 | 117 | 52 |
| Binary | 11000000 | 10111 | 1101010 | 0 | 1011000 | 101101 | 11001 | 101001011 | 1001111 | 101010 |
Color Harmonies of #C0176A
Complementary color
Monochromatic Colors of #C0176A
Black with #C0176A
Text Example
Text Example
White with #C0176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0176A; }
p { color: rgb(192,23,106); }
H1.HeaderClassName
{
color: #C0176A;
}
.AnyTagClassName
{
color: #C0176A;
}
</style>
background-color css
<style>
a { background-color: #C0176A; }
a { background-color: rgb(192,23,106); }
div.DivClassName
{
background-color: #C0176A;
}
.BgClassName
{
background-color: #C0176A;
}
</style>
border-color css
<style>
span { border-color: #C0176A; }
span { border-color: rgb(192,23,106); }
td.TdClassName
{
border-color: #C0176A;
}
.TagClassName
{
border-color: #C0176A;
}
</style>