Shades of Medium Violet Red #C017A5
Tints of Medium Violet Red #C017A5
RGB
CMYK
RGB Variations
Color information
#C017A5 (or 0xC017A5) is known color: Medium Violet Red. HEX triplet: C0, 17 and A5. RGB value is (192,23,165). Sum of RGB (Red+Green+Blue) = 192+23+165=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C017A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C017A5 is #3FE85A. Grayscale: #595959. Windows color (decimal): -4188251 or 10819520. OLE color: 10819520.
HSL color Cylindrical-coordinate representation of color #C017A5: hue angle of 309.59º 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 #C017A5 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 165 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.25 |
| HSL | 309.59º | 0.79% | 0.42% | - |
| HSV(B) | 309.59º | 0.88% | 0.75% | - |
| XYZ | 28.84 | 14.54 | 36.88 | - |
| YUV | 89.72 | 170.49 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 165 | 0 | 0.88 | 0.14 | 0.25 | 309.59 | 0.79 | 0.42 |
| Hex | C0 | 17 | A5 | 0 | 58 | E | 19 | 136 | 4F | 2A |
| Octal | 300 | 27 | 245 | 0 | 130 | 16 | 31 | 466 | 117 | 52 |
| Binary | 11000000 | 10111 | 10100101 | 0 | 1011000 | 1110 | 11001 | 100110110 | 1001111 | 101010 |
Color Harmonies of #C017A5
Complementary color
Monochromatic Colors of #C017A5
Black with #C017A5
Text Example
Text Example
White with #C017A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017A5; }
p { color: rgb(192,23,165); }
H1.HeaderClassName
{
color: #C017A5;
}
.AnyTagClassName
{
color: #C017A5;
}
</style>
background-color css
<style>
a { background-color: #C017A5; }
a { background-color: rgb(192,23,165); }
div.DivClassName
{
background-color: #C017A5;
}
.BgClassName
{
background-color: #C017A5;
}
</style>
border-color css
<style>
span { border-color: #C017A5; }
span { border-color: rgb(192,23,165); }
td.TdClassName
{
border-color: #C017A5;
}
.TagClassName
{
border-color: #C017A5;
}
</style>