Shades of Medium Violet Red #C316AA
Tints of Medium Violet Red #C316AA
RGB
CMYK
RGB Variations
Color information
#C316AA (or 0xC316AA) is known color: Medium Violet Red. HEX triplet: C3, 16 and AA. RGB value is (195,22,170). Sum of RGB (Red+Green+Blue) = 195+22+170=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C316AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C316AA is #3CE955. Grayscale: #5A5A5A. Windows color (decimal): -3991894 or 11146947. OLE color: 11146947.
HSL color Cylindrical-coordinate representation of color #C316AA: hue angle of 308.67º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C316AA is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.24 |
| HSL | 308.67º | 0.8% | 0.43% | - |
| HSV(B) | 308.67º | 0.89% | 0.76% | - |
| XYZ | 30.05 | 15.08 | 39.36 | - |
| YUV | 90.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 170 | 0 | 0.89 | 0.13 | 0.24 | 308.67 | 0.8 | 0.43 |
| Hex | C3 | 16 | AA | 0 | 59 | D | 18 | 135 | 50 | 2B |
| Octal | 303 | 26 | 252 | 0 | 131 | 15 | 30 | 465 | 120 | 53 |
| Binary | 11000011 | 10110 | 10101010 | 0 | 1011001 | 1101 | 11000 | 100110101 | 1010000 | 101011 |
Color Harmonies of #C316AA
Complementary color
Monochromatic Colors of #C316AA
Black with #C316AA
Text Example
Text Example
White with #C316AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316AA; }
p { color: rgb(195,22,170); }
H1.HeaderClassName
{
color: #C316AA;
}
.AnyTagClassName
{
color: #C316AA;
}
</style>
background-color css
<style>
a { background-color: #C316AA; }
a { background-color: rgb(195,22,170); }
div.DivClassName
{
background-color: #C316AA;
}
.BgClassName
{
background-color: #C316AA;
}
</style>
border-color css
<style>
span { border-color: #C316AA; }
span { border-color: rgb(195,22,170); }
td.TdClassName
{
border-color: #C316AA;
}
.TagClassName
{
border-color: #C316AA;
}
</style>