Shades of Medium Violet Red #C02173
Tints of Medium Violet Red #C02173
RGB
CMYK
RGB Variations
Color information
#C02173 (or 0xC02173) is known color: Medium Violet Red. HEX triplet: C0, 21 and 73. RGB value is (192,33,115). Sum of RGB (Red+Green+Blue) = 192+33+115=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02173 is #3FDE8C. Grayscale: #595959. Windows color (decimal): -4185741 or 7545280. OLE color: 7545280.
HSL color Cylindrical-coordinate representation of color #C02173: hue angle of 329.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02173 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 115 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.25 |
| HSL | 329.06º | 0.71% | 0.44% | - |
| HSV(B) | 329.06º | 0.83% | 0.75% | - |
| XYZ | 25.38 | 13.53 | 17.49 | - |
| YUV | 89.89 | 142.18 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 115 | 0 | 0.83 | 0.40 | 0.25 | 329.06 | 0.71 | 0.44 |
| Hex | C0 | 21 | 73 | 0 | 53 | 28 | 19 | 149 | 47 | 2C |
| Octal | 300 | 41 | 163 | 0 | 123 | 50 | 31 | 511 | 107 | 54 |
| Binary | 11000000 | 100001 | 1110011 | 0 | 1010011 | 101000 | 11001 | 101001001 | 1000111 | 101100 |
Color Harmonies of #C02173
Complementary color
Monochromatic Colors of #C02173
Black with #C02173
Text Example
Text Example
White with #C02173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02173; }
p { color: rgb(192,33,115); }
H1.HeaderClassName
{
color: #C02173;
}
.AnyTagClassName
{
color: #C02173;
}
</style>
background-color css
<style>
a { background-color: #C02173; }
a { background-color: rgb(192,33,115); }
div.DivClassName
{
background-color: #C02173;
}
.BgClassName
{
background-color: #C02173;
}
</style>
border-color css
<style>
span { border-color: #C02173; }
span { border-color: rgb(192,33,115); }
td.TdClassName
{
border-color: #C02173;
}
.TagClassName
{
border-color: #C02173;
}
</style>