Shades of Medium Red Violet #C02A89
Tints of Medium Red Violet #C02A89
RGB
CMYK
RGB Variations
Color information
#C02A89 (or 0xC02A89) is known color: Medium Red Violet. HEX triplet: C0, 2A and 89. RGB value is (192,42,137). Sum of RGB (Red+Green+Blue) = 192+42+137=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02A89 is #3FD576. Grayscale: #616161. Windows color (decimal): -4183415 or 8989376. OLE color: 8989376.
HSL color Cylindrical-coordinate representation of color #C02A89: hue angle of 322º 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 #C02A89 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 137 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.25 |
| HSL | 322º | 0.64% | 0.46% | - |
| HSV(B) | 322º | 0.78% | 0.75% | - |
| XYZ | 27.08 | 14.67 | 25.07 | - |
| YUV | 97.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 137 | 0 | 0.78 | 0.29 | 0.25 | 322 | 0.64 | 0.46 |
| Hex | C0 | 2A | 89 | 0 | 4E | 1D | 19 | 142 | 40 | 2E |
| Octal | 300 | 52 | 211 | 0 | 116 | 35 | 31 | 502 | 100 | 56 |
| Binary | 11000000 | 101010 | 10001001 | 0 | 1001110 | 11101 | 11001 | 101000010 | 1000000 | 101110 |
Color Harmonies of #C02A89
Complementary color
Monochromatic Colors of #C02A89
Black with #C02A89
Text Example
Text Example
White with #C02A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A89; }
p { color: rgb(192,42,137); }
H1.HeaderClassName
{
color: #C02A89;
}
.AnyTagClassName
{
color: #C02A89;
}
</style>
background-color css
<style>
a { background-color: #C02A89; }
a { background-color: rgb(192,42,137); }
div.DivClassName
{
background-color: #C02A89;
}
.BgClassName
{
background-color: #C02A89;
}
</style>
border-color css
<style>
span { border-color: #C02A89; }
span { border-color: rgb(192,42,137); }
td.TdClassName
{
border-color: #C02A89;
}
.TagClassName
{
border-color: #C02A89;
}
</style>