Shades of Medium Violet Red #C419AA
Tints of Medium Violet Red #C419AA
RGB
CMYK
RGB Variations
Color information
#C419AA (or 0xC419AA) is known color: Medium Violet Red. HEX triplet: C4, 19 and AA. RGB value is (196,25,170). Sum of RGB (Red+Green+Blue) = 196+25+170=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AA is #3BE655. Grayscale: #5C5C5C. Windows color (decimal): -3925590 or 11147716. OLE color: 11147716.
HSL color Cylindrical-coordinate representation of color #C419AA: hue angle of 309.12º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C419AA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 170 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.23 |
| HSL | 309.12º | 0.77% | 0.43% | - |
| HSV(B) | 309.12º | 0.87% | 0.77% | - |
| XYZ | 30.37 | 15.33 | 39.39 | - |
| YUV | 92.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 170 | 0 | 0.87 | 0.13 | 0.23 | 309.12 | 0.77 | 0.43 |
| Hex | C4 | 19 | AA | 0 | 57 | D | 17 | 135 | 4D | 2B |
| Octal | 304 | 31 | 252 | 0 | 127 | 15 | 27 | 465 | 115 | 53 |
| Binary | 11000100 | 11001 | 10101010 | 0 | 1010111 | 1101 | 10111 | 100110101 | 1001101 | 101011 |
Color Harmonies of #C419AA
Complementary color
Monochromatic Colors of #C419AA
Black with #C419AA
Text Example
Text Example
White with #C419AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419AA; }
p { color: rgb(196,25,170); }
H1.HeaderClassName
{
color: #C419AA;
}
.AnyTagClassName
{
color: #C419AA;
}
</style>
background-color css
<style>
a { background-color: #C419AA; }
a { background-color: rgb(196,25,170); }
div.DivClassName
{
background-color: #C419AA;
}
.BgClassName
{
background-color: #C419AA;
}
</style>
border-color css
<style>
span { border-color: #C419AA; }
span { border-color: rgb(196,25,170); }
td.TdClassName
{
border-color: #C419AA;
}
.TagClassName
{
border-color: #C419AA;
}
</style>