Shades of Medium Violet Red #C617AA
Tints of Medium Violet Red #C617AA
RGB
CMYK
RGB Variations
Color information
#C617AA (or 0xC617AA) is known color: Medium Violet Red. HEX triplet: C6, 17 and AA. RGB value is (198,23,170). Sum of RGB (Red+Green+Blue) = 198+23+170=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 23 (9.38% from 255 or 5.88% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C617AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C617AA is #39E855. Grayscale: #5B5B5B. Windows color (decimal): -3795030 or 11147206. OLE color: 11147206.
HSL color Cylindrical-coordinate representation of color #C617AA: hue angle of 309.6º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C617AA is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.6º | 0.79% | 0.43% | - |
| HSV(B) | 309.6º | 0.88% | 0.78% | - |
| XYZ | 30.85 | 15.52 | 39.4 | - |
| YUV | 92.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 170 | 0 | 0.88 | 0.14 | 0.22 | 309.6 | 0.79 | 0.43 |
| Hex | C6 | 17 | AA | 0 | 58 | E | 16 | 136 | 4F | 2B |
| Octal | 306 | 27 | 252 | 0 | 130 | 16 | 26 | 466 | 117 | 53 |
| Binary | 11000110 | 10111 | 10101010 | 0 | 1011000 | 1110 | 10110 | 100110110 | 1001111 | 101011 |
Color Harmonies of #C617AA
Complementary color
Monochromatic Colors of #C617AA
Black with #C617AA
Text Example
Text Example
White with #C617AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617AA; }
p { color: rgb(198,23,170); }
H1.HeaderClassName
{
color: #C617AA;
}
.AnyTagClassName
{
color: #C617AA;
}
</style>
background-color css
<style>
a { background-color: #C617AA; }
a { background-color: rgb(198,23,170); }
div.DivClassName
{
background-color: #C617AA;
}
.BgClassName
{
background-color: #C617AA;
}
</style>
border-color css
<style>
span { border-color: #C617AA; }
span { border-color: rgb(198,23,170); }
td.TdClassName
{
border-color: #C617AA;
}
.TagClassName
{
border-color: #C617AA;
}
</style>