Shades of Medium Violet Red #C01AAA
Tints of Medium Violet Red #C01AAA
RGB
CMYK
RGB Variations
Color information
#C01AAA (or 0xC01AAA) is known color: Medium Violet Red. HEX triplet: C0, 1A and AA. RGB value is (192,26,170). Sum of RGB (Red+Green+Blue) = 192+26+170=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C01AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01AAA is #3FE555. Grayscale: #5B5B5B. Windows color (decimal): -4187478 or 11147968. OLE color: 11147968.
HSL color Cylindrical-coordinate representation of color #C01AAA: hue angle of 307.95º 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 #C01AAA is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 170 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.25 |
| HSL | 307.95º | 0.76% | 0.43% | - |
| HSV(B) | 307.95º | 0.86% | 0.75% | - |
| XYZ | 29.36 | 14.85 | 39.35 | - |
| YUV | 92.05 | 172 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 170 | 0 | 0.86 | 0.11 | 0.25 | 307.95 | 0.76 | 0.43 |
| Hex | C0 | 1A | AA | 0 | 56 | B | 19 | 134 | 4C | 2B |
| Octal | 300 | 32 | 252 | 0 | 126 | 13 | 31 | 464 | 114 | 53 |
| Binary | 11000000 | 11010 | 10101010 | 0 | 1010110 | 1011 | 11001 | 100110100 | 1001100 | 101011 |
Color Harmonies of #C01AAA
Complementary color
Monochromatic Colors of #C01AAA
Black with #C01AAA
Text Example
Text Example
White with #C01AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01AAA; }
p { color: rgb(192,26,170); }
H1.HeaderClassName
{
color: #C01AAA;
}
.AnyTagClassName
{
color: #C01AAA;
}
</style>
background-color css
<style>
a { background-color: #C01AAA; }
a { background-color: rgb(192,26,170); }
div.DivClassName
{
background-color: #C01AAA;
}
.BgClassName
{
background-color: #C01AAA;
}
</style>
border-color css
<style>
span { border-color: #C01AAA; }
span { border-color: rgb(192,26,170); }
td.TdClassName
{
border-color: #C01AAA;
}
.TagClassName
{
border-color: #C01AAA;
}
</style>