Shades of Medium Red Violet #C030A5
Tints of Medium Red Violet #C030A5
RGB
CMYK
RGB Variations
Color information
#C030A5 (or 0xC030A5) is known color: Medium Red Violet. HEX triplet: C0, 30 and A5. RGB value is (192,48,165). Sum of RGB (Red+Green+Blue) = 192+48+165=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C030A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030A5 is #3FCF5A. Grayscale: #686868. Windows color (decimal): -4181851 or 10825920. OLE color: 10825920.
HSL color Cylindrical-coordinate representation of color #C030A5: hue angle of 311.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C030A5 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 165 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.25 |
| HSL | 311.25º | 0.6% | 0.47% | - |
| HSV(B) | 311.25º | 0.75% | 0.75% | - |
| XYZ | 29.59 | 16.04 | 37.13 | - |
| YUV | 104.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 165 | 0 | 0.75 | 0.14 | 0.25 | 311.25 | 0.6 | 0.47 |
| Hex | C0 | 30 | A5 | 0 | 4B | E | 19 | 137 | 3C | 2F |
| Octal | 300 | 60 | 245 | 0 | 113 | 16 | 31 | 467 | 74 | 57 |
| Binary | 11000000 | 110000 | 10100101 | 0 | 1001011 | 1110 | 11001 | 100110111 | 111100 | 101111 |
Color Harmonies of #C030A5
Complementary color
Monochromatic Colors of #C030A5
Black with #C030A5
Text Example
Text Example
White with #C030A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030A5; }
p { color: rgb(192,48,165); }
H1.HeaderClassName
{
color: #C030A5;
}
.AnyTagClassName
{
color: #C030A5;
}
</style>
background-color css
<style>
a { background-color: #C030A5; }
a { background-color: rgb(192,48,165); }
div.DivClassName
{
background-color: #C030A5;
}
.BgClassName
{
background-color: #C030A5;
}
</style>
border-color css
<style>
span { border-color: #C030A5; }
span { border-color: rgb(192,48,165); }
td.TdClassName
{
border-color: #C030A5;
}
.TagClassName
{
border-color: #C030A5;
}
</style>