Shades of Medium Red Violet #C02AA9
Tints of Medium Red Violet #C02AA9
RGB
CMYK
RGB Variations
Color information
#C02AA9 (or 0xC02AA9) is known color: Medium Red Violet. HEX triplet: C0, 2A and A9. RGB value is (192,42,169). Sum of RGB (Red+Green+Blue) = 192+42+169=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AA9 is #3FD556. Grayscale: #646464. Windows color (decimal): -4183383 or 11086528. OLE color: 11086528.
HSL color Cylindrical-coordinate representation of color #C02AA9: hue angle of 309.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 #C02AA9 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 169 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.25 |
| HSL | 309.2º | 0.64% | 0.46% | - |
| HSV(B) | 309.2º | 0.78% | 0.75% | - |
| XYZ | 29.73 | 15.73 | 39 | - |
| YUV | 101.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 169 | 0 | 0.78 | 0.12 | 0.25 | 309.2 | 0.64 | 0.46 |
| Hex | C0 | 2A | A9 | 0 | 4E | C | 19 | 135 | 40 | 2E |
| Octal | 300 | 52 | 251 | 0 | 116 | 14 | 31 | 465 | 100 | 56 |
| Binary | 11000000 | 101010 | 10101001 | 0 | 1001110 | 1100 | 11001 | 100110101 | 1000000 | 101110 |
Color Harmonies of #C02AA9
Complementary color
Monochromatic Colors of #C02AA9
Black with #C02AA9
Text Example
Text Example
White with #C02AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AA9; }
p { color: rgb(192,42,169); }
H1.HeaderClassName
{
color: #C02AA9;
}
.AnyTagClassName
{
color: #C02AA9;
}
</style>
background-color css
<style>
a { background-color: #C02AA9; }
a { background-color: rgb(192,42,169); }
div.DivClassName
{
background-color: #C02AA9;
}
.BgClassName
{
background-color: #C02AA9;
}
</style>
border-color css
<style>
span { border-color: #C02AA9; }
span { border-color: rgb(192,42,169); }
td.TdClassName
{
border-color: #C02AA9;
}
.TagClassName
{
border-color: #C02AA9;
}
</style>