Shades of Medium Red Violet #C02A72
Tints of Medium Red Violet #C02A72
RGB
CMYK
RGB Variations
Color information
#C02A72 (or 0xC02A72) is known color: Medium Red Violet. HEX triplet: C0, 2A and 72. RGB value is (192,42,114). Sum of RGB (Red+Green+Blue) = 192+42+114=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02A72 is #3FD58D. Grayscale: #5E5E5E. Windows color (decimal): -4183438 or 7482048. OLE color: 7482048.
HSL color Cylindrical-coordinate representation of color #C02A72: hue angle of 331.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02A72 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 114 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.25 |
| HSL | 331.2º | 0.64% | 0.46% | - |
| HSV(B) | 331.2º | 0.78% | 0.75% | - |
| XYZ | 25.6 | 14.08 | 17.29 | - |
| YUV | 95.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 114 | 0 | 0.78 | 0.41 | 0.25 | 331.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | 72 | 0 | 4E | 29 | 19 | 14B | 40 | 2E |
| Octal | 300 | 52 | 162 | 0 | 116 | 51 | 31 | 513 | 100 | 56 |
| Binary | 11000000 | 101010 | 1110010 | 0 | 1001110 | 101001 | 11001 | 101001011 | 1000000 | 101110 |
Color Harmonies of #C02A72
Complementary color
Monochromatic Colors of #C02A72
Black with #C02A72
Text Example
Text Example
White with #C02A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A72; }
p { color: rgb(192,42,114); }
H1.HeaderClassName
{
color: #C02A72;
}
.AnyTagClassName
{
color: #C02A72;
}
</style>
background-color css
<style>
a { background-color: #C02A72; }
a { background-color: rgb(192,42,114); }
div.DivClassName
{
background-color: #C02A72;
}
.BgClassName
{
background-color: #C02A72;
}
</style>
border-color css
<style>
span { border-color: #C02A72; }
span { border-color: rgb(192,42,114); }
td.TdClassName
{
border-color: #C02A72;
}
.TagClassName
{
border-color: #C02A72;
}
</style>