Shades of Medium Red Violet #C03A8B
Tints of Medium Red Violet #C03A8B
RGB
CMYK
RGB Variations
Color information
#C03A8B (or 0xC03A8B) is known color: Medium Red Violet. HEX triplet: C0, 3A and 8B. RGB value is (192,58,139). Sum of RGB (Red+Green+Blue) = 192+58+139=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A8B is #3FC574. Grayscale: #6B6B6B. Windows color (decimal): -4179317 or 9124544. OLE color: 9124544.
HSL color Cylindrical-coordinate representation of color #C03A8B: hue angle of 323.73º 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 #C03A8B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 139 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.25 |
| HSL | 323.73º | 0.54% | 0.49% | - |
| HSV(B) | 323.73º | 0.7% | 0.75% | - |
| XYZ | 27.91 | 16.1 | 26.06 | - |
| YUV | 107.3 | 145.89 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 139 | 0 | 0.70 | 0.28 | 0.25 | 323.73 | 0.54 | 0.49 |
| Hex | C0 | 3A | 8B | 0 | 46 | 1C | 19 | 144 | 36 | 31 |
| Octal | 300 | 72 | 213 | 0 | 106 | 34 | 31 | 504 | 66 | 61 |
| Binary | 11000000 | 111010 | 10001011 | 0 | 1000110 | 11100 | 11001 | 101000100 | 110110 | 110001 |
Color Harmonies of #C03A8B
Complementary color
Monochromatic Colors of #C03A8B
Black with #C03A8B
Text Example
Text Example
White with #C03A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A8B; }
p { color: rgb(192,58,139); }
H1.HeaderClassName
{
color: #C03A8B;
}
.AnyTagClassName
{
color: #C03A8B;
}
</style>
background-color css
<style>
a { background-color: #C03A8B; }
a { background-color: rgb(192,58,139); }
div.DivClassName
{
background-color: #C03A8B;
}
.BgClassName
{
background-color: #C03A8B;
}
</style>
border-color css
<style>
span { border-color: #C03A8B; }
span { border-color: rgb(192,58,139); }
td.TdClassName
{
border-color: #C03A8B;
}
.TagClassName
{
border-color: #C03A8B;
}
</style>