Shades of Medium Red Violet #C03496
Tints of Medium Red Violet #C03496
RGB
CMYK
RGB Variations
Color information
#C03496 (or 0xC03496) is known color: Medium Red Violet. HEX triplet: C0, 34 and 96. RGB value is (192,52,150). Sum of RGB (Red+Green+Blue) = 192+52+150=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C03496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03496 is #3FCB69. Grayscale: #686868. Windows color (decimal): -4180842 or 9843904. OLE color: 9843904.
HSL color Cylindrical-coordinate representation of color #C03496: hue angle of 318º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03496 is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 150 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.25 |
| HSL | 318º | 0.57% | 0.48% | - |
| HSV(B) | 318º | 0.73% | 0.75% | - |
| XYZ | 28.47 | 15.86 | 30.42 | - |
| YUV | 105.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 150 | 0 | 0.73 | 0.22 | 0.25 | 318 | 0.57 | 0.48 |
| Hex | C0 | 34 | 96 | 0 | 49 | 16 | 19 | 13E | 39 | 30 |
| Octal | 300 | 64 | 226 | 0 | 111 | 26 | 31 | 476 | 71 | 60 |
| Binary | 11000000 | 110100 | 10010110 | 0 | 1001001 | 10110 | 11001 | 100111110 | 111001 | 110000 |
Color Harmonies of #C03496
Complementary color
Monochromatic Colors of #C03496
Black with #C03496
Text Example
Text Example
White with #C03496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03496; }
p { color: rgb(192,52,150); }
H1.HeaderClassName
{
color: #C03496;
}
.AnyTagClassName
{
color: #C03496;
}
</style>
background-color css
<style>
a { background-color: #C03496; }
a { background-color: rgb(192,52,150); }
div.DivClassName
{
background-color: #C03496;
}
.BgClassName
{
background-color: #C03496;
}
</style>
border-color css
<style>
span { border-color: #C03496; }
span { border-color: rgb(192,52,150); }
td.TdClassName
{
border-color: #C03496;
}
.TagClassName
{
border-color: #C03496;
}
</style>