Shades of Medium Violet Red #C315A8
Tints of Medium Violet Red #C315A8
RGB
CMYK
RGB Variations
Color information
#C315A8 (or 0xC315A8) is known color: Medium Violet Red. HEX triplet: C3, 15 and A8. RGB value is (195,21,168). Sum of RGB (Red+Green+Blue) = 195+21+168=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C315A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C315A8 is #3CEA57. Grayscale: #595959. Windows color (decimal): -3992152 or 11015619. OLE color: 11015619.
HSL color Cylindrical-coordinate representation of color #C315A8: hue angle of 309.31º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C315A8 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 168 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.24 |
| HSL | 309.31º | 0.81% | 0.42% | - |
| HSV(B) | 309.31º | 0.89% | 0.76% | - |
| XYZ | 29.84 | 14.97 | 38.36 | - |
| YUV | 89.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 168 | 0 | 0.89 | 0.14 | 0.24 | 309.31 | 0.81 | 0.42 |
| Hex | C3 | 15 | A8 | 0 | 59 | E | 18 | 135 | 51 | 2A |
| Octal | 303 | 25 | 250 | 0 | 131 | 16 | 30 | 465 | 121 | 52 |
| Binary | 11000011 | 10101 | 10101000 | 0 | 1011001 | 1110 | 11000 | 100110101 | 1010001 | 101010 |
Color Harmonies of #C315A8
Complementary color
Monochromatic Colors of #C315A8
Black with #C315A8
Text Example
Text Example
White with #C315A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C315A8; }
p { color: rgb(195,21,168); }
H1.HeaderClassName
{
color: #C315A8;
}
.AnyTagClassName
{
color: #C315A8;
}
</style>
background-color css
<style>
a { background-color: #C315A8; }
a { background-color: rgb(195,21,168); }
div.DivClassName
{
background-color: #C315A8;
}
.BgClassName
{
background-color: #C315A8;
}
</style>
border-color css
<style>
span { border-color: #C315A8; }
span { border-color: rgb(195,21,168); }
td.TdClassName
{
border-color: #C315A8;
}
.TagClassName
{
border-color: #C315A8;
}
</style>