Shades of Medium Red Violet #C03297
Tints of Medium Red Violet #C03297
RGB
CMYK
RGB Variations
Color information
#C03297 (or 0xC03297) is known color: Medium Red Violet. HEX triplet: C0, 32 and 97. RGB value is (192,50,151). Sum of RGB (Red+Green+Blue) = 192+50+151=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03297 is #3FCD68. Grayscale: #676767. Windows color (decimal): -4181353 or 9908928. OLE color: 9908928.
HSL color Cylindrical-coordinate representation of color #C03297: hue angle of 317.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03297 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 151 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.25 |
| HSL | 317.32º | 0.59% | 0.47% | - |
| HSV(B) | 317.32º | 0.74% | 0.75% | - |
| XYZ | 28.46 | 15.72 | 30.81 | - |
| YUV | 103.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 151 | 0 | 0.74 | 0.21 | 0.25 | 317.32 | 0.59 | 0.47 |
| Hex | C0 | 32 | 97 | 0 | 4A | 15 | 19 | 13D | 3B | 2F |
| Octal | 300 | 62 | 227 | 0 | 112 | 25 | 31 | 475 | 73 | 57 |
| Binary | 11000000 | 110010 | 10010111 | 0 | 1001010 | 10101 | 11001 | 100111101 | 111011 | 101111 |
Color Harmonies of #C03297
Complementary color
Monochromatic Colors of #C03297
Black with #C03297
Text Example
Text Example
White with #C03297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03297; }
p { color: rgb(192,50,151); }
H1.HeaderClassName
{
color: #C03297;
}
.AnyTagClassName
{
color: #C03297;
}
</style>
background-color css
<style>
a { background-color: #C03297; }
a { background-color: rgb(192,50,151); }
div.DivClassName
{
background-color: #C03297;
}
.BgClassName
{
background-color: #C03297;
}
</style>
border-color css
<style>
span { border-color: #C03297; }
span { border-color: rgb(192,50,151); }
td.TdClassName
{
border-color: #C03297;
}
.TagClassName
{
border-color: #C03297;
}
</style>