Shades of Medium Violet Red #C314AA
Tints of Medium Violet Red #C314AA
RGB
CMYK
RGB Variations
Color information
#C314AA (or 0xC314AA) is known color: Medium Violet Red. HEX triplet: C3, 14 and AA. RGB value is (195,20,170). Sum of RGB (Red+Green+Blue) = 195+20+170=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C314AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C314AA is #3CEB55. Grayscale: #595959. Windows color (decimal): -3992406 or 11146435. OLE color: 11146435.
HSL color Cylindrical-coordinate representation of color #C314AA: hue angle of 308.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C314AA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 170 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.24 |
| HSL | 308.57º | 0.81% | 0.42% | - |
| HSV(B) | 308.57º | 0.9% | 0.76% | - |
| XYZ | 30.01 | 15 | 39.34 | - |
| YUV | 89.43 | 173.48 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 170 | 0 | 0.90 | 0.13 | 0.24 | 308.57 | 0.81 | 0.42 |
| Hex | C3 | 14 | AA | 0 | 5A | D | 18 | 135 | 51 | 2A |
| Octal | 303 | 24 | 252 | 0 | 132 | 15 | 30 | 465 | 121 | 52 |
| Binary | 11000011 | 10100 | 10101010 | 0 | 1011010 | 1101 | 11000 | 100110101 | 1010001 | 101010 |
Color Harmonies of #C314AA
Complementary color
Monochromatic Colors of #C314AA
Black with #C314AA
Text Example
Text Example
White with #C314AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C314AA; }
p { color: rgb(195,20,170); }
H1.HeaderClassName
{
color: #C314AA;
}
.AnyTagClassName
{
color: #C314AA;
}
</style>
background-color css
<style>
a { background-color: #C314AA; }
a { background-color: rgb(195,20,170); }
div.DivClassName
{
background-color: #C314AA;
}
.BgClassName
{
background-color: #C314AA;
}
</style>
border-color css
<style>
span { border-color: #C314AA; }
span { border-color: rgb(195,20,170); }
td.TdClassName
{
border-color: #C314AA;
}
.TagClassName
{
border-color: #C314AA;
}
</style>