Shades of Medium Violet Red #C02273
Tints of Medium Violet Red #C02273
RGB
CMYK
RGB Variations
Color information
#C02273 (or 0xC02273) is known color: Medium Violet Red. HEX triplet: C0, 22 and 73. RGB value is (192,34,115). Sum of RGB (Red+Green+Blue) = 192+34+115=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C02273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02273 is #3FDD8C. Grayscale: #5A5A5A. Windows color (decimal): -4185485 or 7545536. OLE color: 7545536.
HSL color Cylindrical-coordinate representation of color #C02273: hue angle of 329.24º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02273 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 115 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.25 |
| HSL | 329.24º | 0.7% | 0.44% | - |
| HSV(B) | 329.24º | 0.82% | 0.75% | - |
| XYZ | 25.4 | 13.59 | 17.5 | - |
| YUV | 90.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 115 | 0 | 0.82 | 0.40 | 0.25 | 329.24 | 0.7 | 0.44 |
| Hex | C0 | 22 | 73 | 0 | 52 | 28 | 19 | 149 | 46 | 2C |
| Octal | 300 | 42 | 163 | 0 | 122 | 50 | 31 | 511 | 106 | 54 |
| Binary | 11000000 | 100010 | 1110011 | 0 | 1010010 | 101000 | 11001 | 101001001 | 1000110 | 101100 |
Color Harmonies of #C02273
Complementary color
Monochromatic Colors of #C02273
Black with #C02273
Text Example
Text Example
White with #C02273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02273; }
p { color: rgb(192,34,115); }
H1.HeaderClassName
{
color: #C02273;
}
.AnyTagClassName
{
color: #C02273;
}
</style>
background-color css
<style>
a { background-color: #C02273; }
a { background-color: rgb(192,34,115); }
div.DivClassName
{
background-color: #C02273;
}
.BgClassName
{
background-color: #C02273;
}
</style>
border-color css
<style>
span { border-color: #C02273; }
span { border-color: rgb(192,34,115); }
td.TdClassName
{
border-color: #C02273;
}
.TagClassName
{
border-color: #C02273;
}
</style>