Shades of Medium Red Violet #C03497
Tints of Medium Red Violet #C03497
RGB
CMYK
RGB Variations
Color information
#C03497 (or 0xC03497) is known color: Medium Red Violet. HEX triplet: C0, 34 and 97. RGB value is (192,52,151). Sum of RGB (Red+Green+Blue) = 192+52+151=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C03497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03497 is #3FCB68. Grayscale: #686868. Windows color (decimal): -4180841 or 9909440. OLE color: 9909440.
HSL color Cylindrical-coordinate representation of color #C03497: hue angle of 317.57º 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 #C03497 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 151 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.25 |
| HSL | 317.57º | 0.57% | 0.48% | - |
| HSV(B) | 317.57º | 0.73% | 0.75% | - |
| XYZ | 28.55 | 15.9 | 30.84 | - |
| YUV | 105.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 151 | 0 | 0.73 | 0.21 | 0.25 | 317.57 | 0.57 | 0.48 |
| Hex | C0 | 34 | 97 | 0 | 49 | 15 | 19 | 13E | 39 | 30 |
| Octal | 300 | 64 | 227 | 0 | 111 | 25 | 31 | 476 | 71 | 60 |
| Binary | 11000000 | 110100 | 10010111 | 0 | 1001001 | 10101 | 11001 | 100111110 | 111001 | 110000 |
Color Harmonies of #C03497
Complementary color
Monochromatic Colors of #C03497
Black with #C03497
Text Example
Text Example
White with #C03497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03497; }
p { color: rgb(192,52,151); }
H1.HeaderClassName
{
color: #C03497;
}
.AnyTagClassName
{
color: #C03497;
}
</style>
background-color css
<style>
a { background-color: #C03497; }
a { background-color: rgb(192,52,151); }
div.DivClassName
{
background-color: #C03497;
}
.BgClassName
{
background-color: #C03497;
}
</style>
border-color css
<style>
span { border-color: #C03497; }
span { border-color: rgb(192,52,151); }
td.TdClassName
{
border-color: #C03497;
}
.TagClassName
{
border-color: #C03497;
}
</style>