Shades of Medium Red Violet #C03073
Tints of Medium Red Violet #C03073
RGB
CMYK
RGB Variations
Color information
#C03073 (or 0xC03073) is known color: Medium Red Violet. HEX triplet: C0, 30 and 73. RGB value is (192,48,115). Sum of RGB (Red+Green+Blue) = 192+48+115=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C03073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03073 is #3FCF8C. Grayscale: #626262. Windows color (decimal): -4181901 or 7549120. OLE color: 7549120.
HSL color Cylindrical-coordinate representation of color #C03073: hue angle of 332.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03073 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 115 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.25 |
| HSL | 332.08º | 0.6% | 0.47% | - |
| HSV(B) | 332.08º | 0.75% | 0.75% | - |
| XYZ | 25.89 | 14.56 | 17.67 | - |
| YUV | 98.69 | 137.21 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 115 | 0 | 0.75 | 0.40 | 0.25 | 332.08 | 0.6 | 0.47 |
| Hex | C0 | 30 | 73 | 0 | 4B | 28 | 19 | 14C | 3C | 2F |
| Octal | 300 | 60 | 163 | 0 | 113 | 50 | 31 | 514 | 74 | 57 |
| Binary | 11000000 | 110000 | 1110011 | 0 | 1001011 | 101000 | 11001 | 101001100 | 111100 | 101111 |
Color Harmonies of #C03073
Complementary color
Monochromatic Colors of #C03073
Black with #C03073
Text Example
Text Example
White with #C03073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03073; }
p { color: rgb(192,48,115); }
H1.HeaderClassName
{
color: #C03073;
}
.AnyTagClassName
{
color: #C03073;
}
</style>
background-color css
<style>
a { background-color: #C03073; }
a { background-color: rgb(192,48,115); }
div.DivClassName
{
background-color: #C03073;
}
.BgClassName
{
background-color: #C03073;
}
</style>
border-color css
<style>
span { border-color: #C03073; }
span { border-color: rgb(192,48,115); }
td.TdClassName
{
border-color: #C03073;
}
.TagClassName
{
border-color: #C03073;
}
</style>