Shades of Medium Red Violet #C03A8E
Tints of Medium Red Violet #C03A8E
RGB
CMYK
RGB Variations
Color information
#C03A8E (or 0xC03A8E) is known color: Medium Red Violet. HEX triplet: C0, 3A and 8E. RGB value is (192,58,142). Sum of RGB (Red+Green+Blue) = 192+58+142=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A8E is #3FC571. Grayscale: #6B6B6B. Windows color (decimal): -4179314 or 9321152. OLE color: 9321152.
HSL color Cylindrical-coordinate representation of color #C03A8E: hue angle of 322.39º 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 #C03A8E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 142 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.25 |
| HSL | 322.39º | 0.54% | 0.49% | - |
| HSV(B) | 322.39º | 0.7% | 0.75% | - |
| XYZ | 28.13 | 16.19 | 27.23 | - |
| YUV | 107.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 142 | 0 | 0.70 | 0.26 | 0.25 | 322.39 | 0.54 | 0.49 |
| Hex | C0 | 3A | 8E | 0 | 46 | 1A | 19 | 142 | 36 | 31 |
| Octal | 300 | 72 | 216 | 0 | 106 | 32 | 31 | 502 | 66 | 61 |
| Binary | 11000000 | 111010 | 10001110 | 0 | 1000110 | 11010 | 11001 | 101000010 | 110110 | 110001 |
Color Harmonies of #C03A8E
Complementary color
Monochromatic Colors of #C03A8E
Black with #C03A8E
Text Example
Text Example
White with #C03A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A8E; }
p { color: rgb(192,58,142); }
H1.HeaderClassName
{
color: #C03A8E;
}
.AnyTagClassName
{
color: #C03A8E;
}
</style>
background-color css
<style>
a { background-color: #C03A8E; }
a { background-color: rgb(192,58,142); }
div.DivClassName
{
background-color: #C03A8E;
}
.BgClassName
{
background-color: #C03A8E;
}
</style>
border-color css
<style>
span { border-color: #C03A8E; }
span { border-color: rgb(192,58,142); }
td.TdClassName
{
border-color: #C03A8E;
}
.TagClassName
{
border-color: #C03A8E;
}
</style>