Shades of Medium Violet Red #C02272
Tints of Medium Violet Red #C02272
RGB
CMYK
RGB Variations
Color information
#C02272 (or 0xC02272) is known color: Medium Violet Red. HEX triplet: C0, 22 and 72. RGB value is (192,34,114). Sum of RGB (Red+Green+Blue) = 192+34+114=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C02272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02272 is #3FDD8D. Grayscale: #5A5A5A. Windows color (decimal): -4185486 or 7480000. OLE color: 7480000.
HSL color Cylindrical-coordinate representation of color #C02272: hue angle of 329.62º 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 #C02272 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 114 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.25 |
| HSL | 329.62º | 0.7% | 0.44% | - |
| HSV(B) | 329.62º | 0.82% | 0.75% | - |
| XYZ | 25.35 | 13.57 | 17.2 | - |
| YUV | 90.36 | 141.35 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 114 | 0 | 0.82 | 0.41 | 0.25 | 329.62 | 0.7 | 0.44 |
| Hex | C0 | 22 | 72 | 0 | 52 | 29 | 19 | 14A | 46 | 2C |
| Octal | 300 | 42 | 162 | 0 | 122 | 51 | 31 | 512 | 106 | 54 |
| Binary | 11000000 | 100010 | 1110010 | 0 | 1010010 | 101001 | 11001 | 101001010 | 1000110 | 101100 |
Color Harmonies of #C02272
Complementary color
Monochromatic Colors of #C02272
Black with #C02272
Text Example
Text Example
White with #C02272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02272; }
p { color: rgb(192,34,114); }
H1.HeaderClassName
{
color: #C02272;
}
.AnyTagClassName
{
color: #C02272;
}
</style>
background-color css
<style>
a { background-color: #C02272; }
a { background-color: rgb(192,34,114); }
div.DivClassName
{
background-color: #C02272;
}
.BgClassName
{
background-color: #C02272;
}
</style>
border-color css
<style>
span { border-color: #C02272; }
span { border-color: rgb(192,34,114); }
td.TdClassName
{
border-color: #C02272;
}
.TagClassName
{
border-color: #C02272;
}
</style>