Shades of Medium Red Violet #C02CAA
Tints of Medium Red Violet #C02CAA
RGB
CMYK
RGB Variations
Color information
#C02CAA (or 0xC02CAA) is known color: Medium Red Violet. HEX triplet: C0, 2C and AA. RGB value is (192,44,170). Sum of RGB (Red+Green+Blue) = 192+44+170=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02CAA is #3FD355. Grayscale: #666666. Windows color (decimal): -4182870 or 11152576. OLE color: 11152576.
HSL color Cylindrical-coordinate representation of color #C02CAA: hue angle of 308.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CAA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 170 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.25 |
| HSL | 308.92º | 0.63% | 0.46% | - |
| HSV(B) | 308.92º | 0.77% | 0.75% | - |
| XYZ | 29.89 | 15.91 | 39.53 | - |
| YUV | 102.62 | 166.03 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 170 | 0 | 0.77 | 0.11 | 0.25 | 308.92 | 0.63 | 0.46 |
| Hex | C0 | 2C | AA | 0 | 4D | B | 19 | 135 | 3F | 2E |
| Octal | 300 | 54 | 252 | 0 | 115 | 13 | 31 | 465 | 77 | 56 |
| Binary | 11000000 | 101100 | 10101010 | 0 | 1001101 | 1011 | 11001 | 100110101 | 111111 | 101110 |
Color Harmonies of #C02CAA
Complementary color
Monochromatic Colors of #C02CAA
Black with #C02CAA
Text Example
Text Example
White with #C02CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CAA; }
p { color: rgb(192,44,170); }
H1.HeaderClassName
{
color: #C02CAA;
}
.AnyTagClassName
{
color: #C02CAA;
}
</style>
background-color css
<style>
a { background-color: #C02CAA; }
a { background-color: rgb(192,44,170); }
div.DivClassName
{
background-color: #C02CAA;
}
.BgClassName
{
background-color: #C02CAA;
}
</style>
border-color css
<style>
span { border-color: #C02CAA; }
span { border-color: rgb(192,44,170); }
td.TdClassName
{
border-color: #C02CAA;
}
.TagClassName
{
border-color: #C02CAA;
}
</style>