Shades of Medium Violet Red #C017A0
Tints of Medium Violet Red #C017A0
RGB
CMYK
RGB Variations
Color information
#C017A0 (or 0xC017A0) is known color: Medium Violet Red. HEX triplet: C0, 17 and A0. RGB value is (192,23,160). Sum of RGB (Red+Green+Blue) = 192+23+160=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C017A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017A0 is #3FE85F. Grayscale: #585858. Windows color (decimal): -4188256 or 10491840. OLE color: 10491840.
HSL color Cylindrical-coordinate representation of color #C017A0: hue angle of 311.36º 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 #C017A0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 160 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.25 |
| HSL | 311.36º | 0.79% | 0.42% | - |
| HSV(B) | 311.36º | 0.88% | 0.75% | - |
| XYZ | 28.39 | 14.36 | 34.53 | - |
| YUV | 89.15 | 167.99 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 160 | 0 | 0.88 | 0.17 | 0.25 | 311.36 | 0.79 | 0.42 |
| Hex | C0 | 17 | A0 | 0 | 58 | 11 | 19 | 137 | 4F | 2A |
| Octal | 300 | 27 | 240 | 0 | 130 | 21 | 31 | 467 | 117 | 52 |
| Binary | 11000000 | 10111 | 10100000 | 0 | 1011000 | 10001 | 11001 | 100110111 | 1001111 | 101010 |
Color Harmonies of #C017A0
Complementary color
Monochromatic Colors of #C017A0
Black with #C017A0
Text Example
Text Example
White with #C017A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017A0; }
p { color: rgb(192,23,160); }
H1.HeaderClassName
{
color: #C017A0;
}
.AnyTagClassName
{
color: #C017A0;
}
</style>
background-color css
<style>
a { background-color: #C017A0; }
a { background-color: rgb(192,23,160); }
div.DivClassName
{
background-color: #C017A0;
}
.BgClassName
{
background-color: #C017A0;
}
</style>
border-color css
<style>
span { border-color: #C017A0; }
span { border-color: rgb(192,23,160); }
td.TdClassName
{
border-color: #C017A0;
}
.TagClassName
{
border-color: #C017A0;
}
</style>