Shades of Medium Violet Red #C319AA
Tints of Medium Violet Red #C319AA
RGB
CMYK
RGB Variations
Color information
#C319AA (or 0xC319AA) is known color: Medium Violet Red. HEX triplet: C3, 19 and AA. RGB value is (195,25,170). Sum of RGB (Red+Green+Blue) = 195+25+170=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C319AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C319AA is #3CE655. Grayscale: #5B5B5B. Windows color (decimal): -3991126 or 11147715. OLE color: 11147715.
HSL color Cylindrical-coordinate representation of color #C319AA: hue angle of 308.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C319AA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 25 | 170 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.24 |
| HSL | 308.82º | 0.77% | 0.43% | - |
| HSV(B) | 308.82º | 0.87% | 0.76% | - |
| XYZ | 30.11 | 15.2 | 39.38 | - |
| YUV | 92.36 | 171.82 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 25 | 170 | 0 | 0.87 | 0.13 | 0.24 | 308.82 | 0.77 | 0.43 |
| Hex | C3 | 19 | AA | 0 | 57 | D | 18 | 135 | 4D | 2B |
| Octal | 303 | 31 | 252 | 0 | 127 | 15 | 30 | 465 | 115 | 53 |
| Binary | 11000011 | 11001 | 10101010 | 0 | 1010111 | 1101 | 11000 | 100110101 | 1001101 | 101011 |
Color Harmonies of #C319AA
Complementary color
Monochromatic Colors of #C319AA
Black with #C319AA
Text Example
Text Example
White with #C319AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C319AA; }
p { color: rgb(195,25,170); }
H1.HeaderClassName
{
color: #C319AA;
}
.AnyTagClassName
{
color: #C319AA;
}
</style>
background-color css
<style>
a { background-color: #C319AA; }
a { background-color: rgb(195,25,170); }
div.DivClassName
{
background-color: #C319AA;
}
.BgClassName
{
background-color: #C319AA;
}
</style>
border-color css
<style>
span { border-color: #C319AA; }
span { border-color: rgb(195,25,170); }
td.TdClassName
{
border-color: #C319AA;
}
.TagClassName
{
border-color: #C319AA;
}
</style>