Shades of Medium Violet Red #C015A3
Tints of Medium Violet Red #C015A3
RGB
CMYK
RGB Variations
Color information
#C015A3 (or 0xC015A3) is known color: Medium Violet Red. HEX triplet: C0, 15 and A3. RGB value is (192,21,163). Sum of RGB (Red+Green+Blue) = 192+21+163=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 21 (8.59% from 255 or 5.59% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C015A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C015A3 is #3FEA5C. Grayscale: #575757. Windows color (decimal): -4188765 or 10687936. OLE color: 10687936.
HSL color Cylindrical-coordinate representation of color #C015A3: hue angle of 310.18º 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 #C015A3 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 163 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.25 |
| HSL | 310.18º | 0.8% | 0.42% | - |
| HSV(B) | 310.18º | 0.89% | 0.75% | - |
| XYZ | 28.62 | 14.39 | 35.92 | - |
| YUV | 88.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 163 | 0 | 0.89 | 0.15 | 0.25 | 310.18 | 0.8 | 0.42 |
| Hex | C0 | 15 | A3 | 0 | 59 | F | 19 | 136 | 50 | 2A |
| Octal | 300 | 25 | 243 | 0 | 131 | 17 | 31 | 466 | 120 | 52 |
| Binary | 11000000 | 10101 | 10100011 | 0 | 1011001 | 1111 | 11001 | 100110110 | 1010000 | 101010 |
Color Harmonies of #C015A3
Complementary color
Monochromatic Colors of #C015A3
Black with #C015A3
Text Example
Text Example
White with #C015A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C015A3; }
p { color: rgb(192,21,163); }
H1.HeaderClassName
{
color: #C015A3;
}
.AnyTagClassName
{
color: #C015A3;
}
</style>
background-color css
<style>
a { background-color: #C015A3; }
a { background-color: rgb(192,21,163); }
div.DivClassName
{
background-color: #C015A3;
}
.BgClassName
{
background-color: #C015A3;
}
</style>
border-color css
<style>
span { border-color: #C015A3; }
span { border-color: rgb(192,21,163); }
td.TdClassName
{
border-color: #C015A3;
}
.TagClassName
{
border-color: #C015A3;
}
</style>