Shades of Medium Red Violet #C02C73
Tints of Medium Red Violet #C02C73
RGB
CMYK
RGB Variations
Color information
#C02C73 (or 0xC02C73) is known color: Medium Red Violet. HEX triplet: C0, 2C and 73. RGB value is (192,44,115). Sum of RGB (Red+Green+Blue) = 192+44+115=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C73 is #3FD38C. Grayscale: #606060. Windows color (decimal): -4182925 or 7548096. OLE color: 7548096.
HSL color Cylindrical-coordinate representation of color #C02C73: hue angle of 331.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C73 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 115 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.25 |
| HSL | 331.22º | 0.63% | 0.46% | - |
| HSV(B) | 331.22º | 0.77% | 0.75% | - |
| XYZ | 25.73 | 14.25 | 17.61 | - |
| YUV | 96.35 | 138.53 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 115 | 0 | 0.77 | 0.40 | 0.25 | 331.22 | 0.63 | 0.46 |
| Hex | C0 | 2C | 73 | 0 | 4D | 28 | 19 | 14B | 3F | 2E |
| Octal | 300 | 54 | 163 | 0 | 115 | 50 | 31 | 513 | 77 | 56 |
| Binary | 11000000 | 101100 | 1110011 | 0 | 1001101 | 101000 | 11001 | 101001011 | 111111 | 101110 |
Color Harmonies of #C02C73
Complementary color
Monochromatic Colors of #C02C73
Black with #C02C73
Text Example
Text Example
White with #C02C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C73; }
p { color: rgb(192,44,115); }
H1.HeaderClassName
{
color: #C02C73;
}
.AnyTagClassName
{
color: #C02C73;
}
</style>
background-color css
<style>
a { background-color: #C02C73; }
a { background-color: rgb(192,44,115); }
div.DivClassName
{
background-color: #C02C73;
}
.BgClassName
{
background-color: #C02C73;
}
</style>
border-color css
<style>
span { border-color: #C02C73; }
span { border-color: rgb(192,44,115); }
td.TdClassName
{
border-color: #C02C73;
}
.TagClassName
{
border-color: #C02C73;
}
</style>