Shades of Medium Red Violet #C02473
Tints of Medium Red Violet #C02473
RGB
CMYK
RGB Variations
Color information
#C02473 (or 0xC02473) is known color: Medium Red Violet. HEX triplet: C0, 24 and 73. RGB value is (192,36,115). Sum of RGB (Red+Green+Blue) = 192+36+115=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C02473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02473 is #3FDB8C. Grayscale: #5B5B5B. Windows color (decimal): -4184973 or 7546048. OLE color: 7546048.
HSL color Cylindrical-coordinate representation of color #C02473: hue angle of 329.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02473 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 115 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.25 |
| HSL | 329.62º | 0.68% | 0.45% | - |
| HSV(B) | 329.62º | 0.81% | 0.75% | - |
| XYZ | 25.46 | 13.71 | 17.52 | - |
| YUV | 91.65 | 141.18 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 115 | 0 | 0.81 | 0.40 | 0.25 | 329.62 | 0.68 | 0.45 |
| Hex | C0 | 24 | 73 | 0 | 51 | 28 | 19 | 14A | 44 | 2D |
| Octal | 300 | 44 | 163 | 0 | 121 | 50 | 31 | 512 | 104 | 55 |
| Binary | 11000000 | 100100 | 1110011 | 0 | 1010001 | 101000 | 11001 | 101001010 | 1000100 | 101101 |
Color Harmonies of #C02473
Complementary color
Monochromatic Colors of #C02473
Black with #C02473
Text Example
Text Example
White with #C02473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02473; }
p { color: rgb(192,36,115); }
H1.HeaderClassName
{
color: #C02473;
}
.AnyTagClassName
{
color: #C02473;
}
</style>
background-color css
<style>
a { background-color: #C02473; }
a { background-color: rgb(192,36,115); }
div.DivClassName
{
background-color: #C02473;
}
.BgClassName
{
background-color: #C02473;
}
</style>
border-color css
<style>
span { border-color: #C02473; }
span { border-color: rgb(192,36,115); }
td.TdClassName
{
border-color: #C02473;
}
.TagClassName
{
border-color: #C02473;
}
</style>