Shades of Medium Violet Red #C010A3
Tints of Medium Violet Red #C010A3
RGB
CMYK
RGB Variations
Color information
#C010A3 (or 0xC010A3) is known color: Medium Violet Red. HEX triplet: C0, 10 and A3. RGB value is (192,16,163). Sum of RGB (Red+Green+Blue) = 192+16+163=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A3 is #3FEF5C. Grayscale: #545454. Windows color (decimal): -4190045 or 10686656. OLE color: 10686656.
HSL color Cylindrical-coordinate representation of color #C010A3: hue angle of 309.89º 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 #C010A3 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 163 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.25 |
| HSL | 309.89º | 0.85% | 0.41% | - |
| HSV(B) | 309.89º | 0.92% | 0.75% | - |
| XYZ | 28.53 | 14.22 | 35.89 | - |
| YUV | 85.38 | 171.81 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 163 | 0 | 0.92 | 0.15 | 0.25 | 309.89 | 0.85 | 0.41 |
| Hex | C0 | 10 | A3 | 0 | 5C | F | 19 | 136 | 55 | 29 |
| Octal | 300 | 20 | 243 | 0 | 134 | 17 | 31 | 466 | 125 | 51 |
| Binary | 11000000 | 10000 | 10100011 | 0 | 1011100 | 1111 | 11001 | 100110110 | 1010101 | 101001 |
Color Harmonies of #C010A3
Complementary color
Monochromatic Colors of #C010A3
Black with #C010A3
Text Example
Text Example
White with #C010A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010A3; }
p { color: rgb(192,16,163); }
H1.HeaderClassName
{
color: #C010A3;
}
.AnyTagClassName
{
color: #C010A3;
}
</style>
background-color css
<style>
a { background-color: #C010A3; }
a { background-color: rgb(192,16,163); }
div.DivClassName
{
background-color: #C010A3;
}
.BgClassName
{
background-color: #C010A3;
}
</style>
border-color css
<style>
span { border-color: #C010A3; }
span { border-color: rgb(192,16,163); }
td.TdClassName
{
border-color: #C010A3;
}
.TagClassName
{
border-color: #C010A3;
}
</style>