Shades of Medium Violet Red #C015AA
Tints of Medium Violet Red #C015AA
RGB
CMYK
RGB Variations
Color information
#C015AA (or 0xC015AA) is known color: Medium Violet Red. HEX triplet: C0, 15 and AA. RGB value is (192,21,170). Sum of RGB (Red+Green+Blue) = 192+21+170=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 21 (8.59% from 255 or 5.48% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C015AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015AA is #3FEA55. Grayscale: #585858. Windows color (decimal): -4188758 or 11146688. OLE color: 11146688.
HSL color Cylindrical-coordinate representation of color #C015AA: hue angle of 307.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C015AA is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 170 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.25 |
| HSL | 307.72º | 0.8% | 0.42% | - |
| HSV(B) | 307.72º | 0.89% | 0.75% | - |
| XYZ | 29.26 | 14.65 | 39.31 | - |
| YUV | 89.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 170 | 0 | 0.89 | 0.11 | 0.25 | 307.72 | 0.8 | 0.42 |
| Hex | C0 | 15 | AA | 0 | 59 | B | 19 | 134 | 50 | 2A |
| Octal | 300 | 25 | 252 | 0 | 131 | 13 | 31 | 464 | 120 | 52 |
| Binary | 11000000 | 10101 | 10101010 | 0 | 1011001 | 1011 | 11001 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C015AA
Complementary color
Monochromatic Colors of #C015AA
Black with #C015AA
Text Example
Text Example
White with #C015AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015AA; }
p { color: rgb(192,21,170); }
H1.HeaderClassName
{
color: #C015AA;
}
.AnyTagClassName
{
color: #C015AA;
}
</style>
background-color css
<style>
a { background-color: #C015AA; }
a { background-color: rgb(192,21,170); }
div.DivClassName
{
background-color: #C015AA;
}
.BgClassName
{
background-color: #C015AA;
}
</style>
border-color css
<style>
span { border-color: #C015AA; }
span { border-color: rgb(192,21,170); }
td.TdClassName
{
border-color: #C015AA;
}
.TagClassName
{
border-color: #C015AA;
}
</style>