Shades of Medium Violet Red #C619AA
Tints of Medium Violet Red #C619AA
RGB
CMYK
RGB Variations
Color information
#C619AA (or 0xC619AA) is known color: Medium Violet Red. HEX triplet: C6, 19 and AA. RGB value is (198,25,170). Sum of RGB (Red+Green+Blue) = 198+25+170=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C619AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C619AA is #39E655. Grayscale: #5C5C5C. Windows color (decimal): -3794518 or 11147718. OLE color: 11147718.
HSL color Cylindrical-coordinate representation of color #C619AA: hue angle of 309.71º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C619AA is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 25 | 170 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.22 |
| HSL | 309.71º | 0.78% | 0.44% | - |
| HSV(B) | 309.71º | 0.87% | 0.78% | - |
| XYZ | 30.89 | 15.6 | 39.41 | - |
| YUV | 93.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 170 | 0 | 0.87 | 0.14 | 0.22 | 309.71 | 0.78 | 0.44 |
| Hex | C6 | 19 | AA | 0 | 57 | E | 16 | 136 | 4E | 2C |
| Octal | 306 | 31 | 252 | 0 | 127 | 16 | 26 | 466 | 116 | 54 |
| Binary | 11000110 | 11001 | 10101010 | 0 | 1010111 | 1110 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C619AA
Complementary color
Monochromatic Colors of #C619AA
Black with #C619AA
Text Example
Text Example
White with #C619AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619AA; }
p { color: rgb(198,25,170); }
H1.HeaderClassName
{
color: #C619AA;
}
.AnyTagClassName
{
color: #C619AA;
}
</style>
background-color css
<style>
a { background-color: #C619AA; }
a { background-color: rgb(198,25,170); }
div.DivClassName
{
background-color: #C619AA;
}
.BgClassName
{
background-color: #C619AA;
}
</style>
border-color css
<style>
span { border-color: #C619AA; }
span { border-color: rgb(198,25,170); }
td.TdClassName
{
border-color: #C619AA;
}
.TagClassName
{
border-color: #C619AA;
}
</style>