Shades of Medium Red Violet #C03AA2
Tints of Medium Red Violet #C03AA2
RGB
CMYK
RGB Variations
Color information
#C03AA2 (or 0xC03AA2) is known color: Medium Red Violet. HEX triplet: C0, 3A and A2. RGB value is (192,58,162). Sum of RGB (Red+Green+Blue) = 192+58+162=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C03AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03AA2 is #3FC55D. Grayscale: #6D6D6D. Windows color (decimal): -4179294 or 10631872. OLE color: 10631872.
HSL color Cylindrical-coordinate representation of color #C03AA2: hue angle of 313.43º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03AA2 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 162 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.25 |
| HSL | 313.43º | 0.54% | 0.49% | - |
| HSV(B) | 313.43º | 0.7% | 0.75% | - |
| XYZ | 29.77 | 16.84 | 35.86 | - |
| YUV | 109.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 162 | 0 | 0.70 | 0.16 | 0.25 | 313.43 | 0.54 | 0.49 |
| Hex | C0 | 3A | A2 | 0 | 46 | 10 | 19 | 139 | 36 | 31 |
| Octal | 300 | 72 | 242 | 0 | 106 | 20 | 31 | 471 | 66 | 61 |
| Binary | 11000000 | 111010 | 10100010 | 0 | 1000110 | 10000 | 11001 | 100111001 | 110110 | 110001 |
Color Harmonies of #C03AA2
Complementary color
Monochromatic Colors of #C03AA2
Black with #C03AA2
Text Example
Text Example
White with #C03AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03AA2; }
p { color: rgb(192,58,162); }
H1.HeaderClassName
{
color: #C03AA2;
}
.AnyTagClassName
{
color: #C03AA2;
}
</style>
background-color css
<style>
a { background-color: #C03AA2; }
a { background-color: rgb(192,58,162); }
div.DivClassName
{
background-color: #C03AA2;
}
.BgClassName
{
background-color: #C03AA2;
}
</style>
border-color css
<style>
span { border-color: #C03AA2; }
span { border-color: rgb(192,58,162); }
td.TdClassName
{
border-color: #C03AA2;
}
.TagClassName
{
border-color: #C03AA2;
}
</style>