Shades of Medium Red Violet #C030A2
Tints of Medium Red Violet #C030A2
RGB
CMYK
RGB Variations
Color information
#C030A2 (or 0xC030A2) is known color: Medium Red Violet. HEX triplet: C0, 30 and A2. RGB value is (192,48,162). Sum of RGB (Red+Green+Blue) = 192+48+162=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C030A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C030A2 is #3FCF5D. Grayscale: #676767. Windows color (decimal): -4181854 or 10629312. OLE color: 10629312.
HSL color Cylindrical-coordinate representation of color #C030A2: hue angle of 312.5º 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 #C030A2 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 162 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.25 |
| HSL | 312.5º | 0.6% | 0.47% | - |
| HSV(B) | 312.5º | 0.75% | 0.75% | - |
| XYZ | 29.32 | 15.93 | 35.71 | - |
| YUV | 104.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 162 | 0 | 0.75 | 0.16 | 0.25 | 312.5 | 0.6 | 0.47 |
| Hex | C0 | 30 | A2 | 0 | 4B | 10 | 19 | 138 | 3C | 2F |
| Octal | 300 | 60 | 242 | 0 | 113 | 20 | 31 | 470 | 74 | 57 |
| Binary | 11000000 | 110000 | 10100010 | 0 | 1001011 | 10000 | 11001 | 100111000 | 111100 | 101111 |
Color Harmonies of #C030A2
Complementary color
Monochromatic Colors of #C030A2
Black with #C030A2
Text Example
Text Example
White with #C030A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C030A2; }
p { color: rgb(192,48,162); }
H1.HeaderClassName
{
color: #C030A2;
}
.AnyTagClassName
{
color: #C030A2;
}
</style>
background-color css
<style>
a { background-color: #C030A2; }
a { background-color: rgb(192,48,162); }
div.DivClassName
{
background-color: #C030A2;
}
.BgClassName
{
background-color: #C030A2;
}
</style>
border-color css
<style>
span { border-color: #C030A2; }
span { border-color: rgb(192,48,162); }
td.TdClassName
{
border-color: #C030A2;
}
.TagClassName
{
border-color: #C030A2;
}
</style>