Shades of Medium Red Violet #C02A98
Tints of Medium Red Violet #C02A98
RGB
CMYK
RGB Variations
Color information
#C02A98 (or 0xC02A98) is known color: Medium Red Violet. HEX triplet: C0, 2A and 98. RGB value is (192,42,152). Sum of RGB (Red+Green+Blue) = 192+42+152=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02A98 is #3FD567. Grayscale: #636363. Windows color (decimal): -4183400 or 9972416. OLE color: 9972416.
HSL color Cylindrical-coordinate representation of color #C02A98: hue angle of 316º 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 #C02A98 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 152 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.25 |
| HSL | 316º | 0.64% | 0.46% | - |
| HSV(B) | 316º | 0.78% | 0.75% | - |
| XYZ | 28.23 | 15.13 | 31.14 | - |
| YUV | 99.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 152 | 0 | 0.78 | 0.21 | 0.25 | 316 | 0.64 | 0.46 |
| Hex | C0 | 2A | 98 | 0 | 4E | 15 | 19 | 13C | 40 | 2E |
| Octal | 300 | 52 | 230 | 0 | 116 | 25 | 31 | 474 | 100 | 56 |
| Binary | 11000000 | 101010 | 10011000 | 0 | 1001110 | 10101 | 11001 | 100111100 | 1000000 | 101110 |
Color Harmonies of #C02A98
Complementary color
Monochromatic Colors of #C02A98
Black with #C02A98
Text Example
Text Example
White with #C02A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A98; }
p { color: rgb(192,42,152); }
H1.HeaderClassName
{
color: #C02A98;
}
.AnyTagClassName
{
color: #C02A98;
}
</style>
background-color css
<style>
a { background-color: #C02A98; }
a { background-color: rgb(192,42,152); }
div.DivClassName
{
background-color: #C02A98;
}
.BgClassName
{
background-color: #C02A98;
}
</style>
border-color css
<style>
span { border-color: #C02A98; }
span { border-color: rgb(192,42,152); }
td.TdClassName
{
border-color: #C02A98;
}
.TagClassName
{
border-color: #C02A98;
}
</style>