Shades of Medium Red Violet #C03A96
Tints of Medium Red Violet #C03A96
RGB
CMYK
RGB Variations
Color information
#C03A96 (or 0xC03A96) is known color: Medium Red Violet. HEX triplet: C0, 3A and 96. RGB value is (192,58,150). Sum of RGB (Red+Green+Blue) = 192+58+150=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03A96 is #3FC569. Grayscale: #6C6C6C. Windows color (decimal): -4179306 or 9845440. OLE color: 9845440.
HSL color Cylindrical-coordinate representation of color #C03A96: hue angle of 318.81º 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 #C03A96 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 150 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.25 |
| HSL | 318.81º | 0.54% | 0.49% | - |
| HSV(B) | 318.81º | 0.7% | 0.75% | - |
| XYZ | 28.76 | 16.43 | 30.51 | - |
| YUV | 108.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 150 | 0 | 0.70 | 0.22 | 0.25 | 318.81 | 0.54 | 0.49 |
| Hex | C0 | 3A | 96 | 0 | 46 | 16 | 19 | 13F | 36 | 31 |
| Octal | 300 | 72 | 226 | 0 | 106 | 26 | 31 | 477 | 66 | 61 |
| Binary | 11000000 | 111010 | 10010110 | 0 | 1000110 | 10110 | 11001 | 100111111 | 110110 | 110001 |
Color Harmonies of #C03A96
Complementary color
Monochromatic Colors of #C03A96
Black with #C03A96
Text Example
Text Example
White with #C03A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A96; }
p { color: rgb(192,58,150); }
H1.HeaderClassName
{
color: #C03A96;
}
.AnyTagClassName
{
color: #C03A96;
}
</style>
background-color css
<style>
a { background-color: #C03A96; }
a { background-color: rgb(192,58,150); }
div.DivClassName
{
background-color: #C03A96;
}
.BgClassName
{
background-color: #C03A96;
}
</style>
border-color css
<style>
span { border-color: #C03A96; }
span { border-color: rgb(192,58,150); }
td.TdClassName
{
border-color: #C03A96;
}
.TagClassName
{
border-color: #C03A96;
}
</style>