Shades of Medium Violet Red #C015A5
Tints of Medium Violet Red #C015A5
RGB
CMYK
RGB Variations
Color information
#C015A5 (or 0xC015A5) is known color: Medium Violet Red. HEX triplet: C0, 15 and A5. RGB value is (192,21,165). Sum of RGB (Red+Green+Blue) = 192+21+165=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A5 is #3FEA5A. Grayscale: #585858. Windows color (decimal): -4188763 or 10819008. OLE color: 10819008.
HSL color Cylindrical-coordinate representation of color #C015A5: hue angle of 309.47º 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 #C015A5 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 165 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.25 |
| HSL | 309.47º | 0.8% | 0.42% | - |
| HSV(B) | 309.47º | 0.89% | 0.75% | - |
| XYZ | 28.8 | 14.46 | 36.87 | - |
| YUV | 88.55 | 171.15 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 165 | 0 | 0.89 | 0.14 | 0.25 | 309.47 | 0.8 | 0.42 |
| Hex | C0 | 15 | A5 | 0 | 59 | E | 19 | 135 | 50 | 2A |
| Octal | 300 | 25 | 245 | 0 | 131 | 16 | 31 | 465 | 120 | 52 |
| Binary | 11000000 | 10101 | 10100101 | 0 | 1011001 | 1110 | 11001 | 100110101 | 1010000 | 101010 |
Color Harmonies of #C015A5
Complementary color
Monochromatic Colors of #C015A5
Black with #C015A5
Text Example
Text Example
White with #C015A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015A5; }
p { color: rgb(192,21,165); }
H1.HeaderClassName
{
color: #C015A5;
}
.AnyTagClassName
{
color: #C015A5;
}
</style>
background-color css
<style>
a { background-color: #C015A5; }
a { background-color: rgb(192,21,165); }
div.DivClassName
{
background-color: #C015A5;
}
.BgClassName
{
background-color: #C015A5;
}
</style>
border-color css
<style>
span { border-color: #C015A5; }
span { border-color: rgb(192,21,165); }
td.TdClassName
{
border-color: #C015A5;
}
.TagClassName
{
border-color: #C015A5;
}
</style>