Shades of Medium Violet Red #C01AA9
Tints of Medium Violet Red #C01AA9
RGB
CMYK
RGB Variations
Color information
#C01AA9 (or 0xC01AA9) is known color: Medium Violet Red. HEX triplet: C0, 1A and A9. RGB value is (192,26,169). Sum of RGB (Red+Green+Blue) = 192+26+169=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AA9 is #3FE556. Grayscale: #5B5B5B. Windows color (decimal): -4187479 or 11082432. OLE color: 11082432.
HSL color Cylindrical-coordinate representation of color #C01AA9: hue angle of 308.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01AA9 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 169 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.25 |
| HSL | 308.31º | 0.76% | 0.43% | - |
| HSV(B) | 308.31º | 0.86% | 0.75% | - |
| XYZ | 29.27 | 14.81 | 38.85 | - |
| YUV | 91.94 | 171.5 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 169 | 0 | 0.86 | 0.12 | 0.25 | 308.31 | 0.76 | 0.43 |
| Hex | C0 | 1A | A9 | 0 | 56 | C | 19 | 134 | 4C | 2B |
| Octal | 300 | 32 | 251 | 0 | 126 | 14 | 31 | 464 | 114 | 53 |
| Binary | 11000000 | 11010 | 10101001 | 0 | 1010110 | 1100 | 11001 | 100110100 | 1001100 | 101011 |
Color Harmonies of #C01AA9
Complementary color
Monochromatic Colors of #C01AA9
Black with #C01AA9
Text Example
Text Example
White with #C01AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AA9; }
p { color: rgb(192,26,169); }
H1.HeaderClassName
{
color: #C01AA9;
}
.AnyTagClassName
{
color: #C01AA9;
}
</style>
background-color css
<style>
a { background-color: #C01AA9; }
a { background-color: rgb(192,26,169); }
div.DivClassName
{
background-color: #C01AA9;
}
.BgClassName
{
background-color: #C01AA9;
}
</style>
border-color css
<style>
span { border-color: #C01AA9; }
span { border-color: rgb(192,26,169); }
td.TdClassName
{
border-color: #C01AA9;
}
.TagClassName
{
border-color: #C01AA9;
}
</style>