Shades of Medium Red Violet #C02A9D
Tints of Medium Red Violet #C02A9D
RGB
CMYK
RGB Variations
Color information
#C02A9D (or 0xC02A9D) is known color: Medium Red Violet. HEX triplet: C0, 2A and 9D. RGB value is (192,42,157). Sum of RGB (Red+Green+Blue) = 192+42+157=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02A9D is #3FD562. Grayscale: #636363. Windows color (decimal): -4183395 or 10300096. OLE color: 10300096.
HSL color Cylindrical-coordinate representation of color #C02A9D: hue angle of 314º 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 #C02A9D is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 157 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.25 |
| HSL | 314º | 0.64% | 0.46% | - |
| HSV(B) | 314º | 0.78% | 0.75% | - |
| XYZ | 28.65 | 15.3 | 33.34 | - |
| YUV | 99.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 157 | 0 | 0.78 | 0.18 | 0.25 | 314 | 0.64 | 0.46 |
| Hex | C0 | 2A | 9D | 0 | 4E | 12 | 19 | 13A | 40 | 2E |
| Octal | 300 | 52 | 235 | 0 | 116 | 22 | 31 | 472 | 100 | 56 |
| Binary | 11000000 | 101010 | 10011101 | 0 | 1001110 | 10010 | 11001 | 100111010 | 1000000 | 101110 |
Color Harmonies of #C02A9D
Complementary color
Monochromatic Colors of #C02A9D
Black with #C02A9D
Text Example
Text Example
White with #C02A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A9D; }
p { color: rgb(192,42,157); }
H1.HeaderClassName
{
color: #C02A9D;
}
.AnyTagClassName
{
color: #C02A9D;
}
</style>
background-color css
<style>
a { background-color: #C02A9D; }
a { background-color: rgb(192,42,157); }
div.DivClassName
{
background-color: #C02A9D;
}
.BgClassName
{
background-color: #C02A9D;
}
</style>
border-color css
<style>
span { border-color: #C02A9D; }
span { border-color: rgb(192,42,157); }
td.TdClassName
{
border-color: #C02A9D;
}
.TagClassName
{
border-color: #C02A9D;
}
</style>