Shades of Medium Violet Red #C010A5
Tints of Medium Violet Red #C010A5
RGB
CMYK
RGB Variations
Color information
#C010A5 (or 0xC010A5) is known color: Medium Violet Red. HEX triplet: C0, 10 and A5. RGB value is (192,16,165). Sum of RGB (Red+Green+Blue) = 192+16+165=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A5 is #3FEF5A. Grayscale: #555555. Windows color (decimal): -4190043 or 10817728. OLE color: 10817728.
HSL color Cylindrical-coordinate representation of color #C010A5: hue angle of 309.2º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010A5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 165 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.25 |
| HSL | 309.2º | 0.85% | 0.41% | - |
| HSV(B) | 309.2º | 0.92% | 0.75% | - |
| XYZ | 28.72 | 14.29 | 36.84 | - |
| YUV | 85.61 | 172.81 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 165 | 0 | 0.92 | 0.14 | 0.25 | 309.2 | 0.85 | 0.41 |
| Hex | C0 | 10 | A5 | 0 | 5C | E | 19 | 135 | 55 | 29 |
| Octal | 300 | 20 | 245 | 0 | 134 | 16 | 31 | 465 | 125 | 51 |
| Binary | 11000000 | 10000 | 10100101 | 0 | 1011100 | 1110 | 11001 | 100110101 | 1010101 | 101001 |
Color Harmonies of #C010A5
Complementary color
Monochromatic Colors of #C010A5
Black with #C010A5
Text Example
Text Example
White with #C010A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010A5; }
p { color: rgb(192,16,165); }
H1.HeaderClassName
{
color: #C010A5;
}
.AnyTagClassName
{
color: #C010A5;
}
</style>
background-color css
<style>
a { background-color: #C010A5; }
a { background-color: rgb(192,16,165); }
div.DivClassName
{
background-color: #C010A5;
}
.BgClassName
{
background-color: #C010A5;
}
</style>
border-color css
<style>
span { border-color: #C010A5; }
span { border-color: rgb(192,16,165); }
td.TdClassName
{
border-color: #C010A5;
}
.TagClassName
{
border-color: #C010A5;
}
</style>