Shades of Medium Violet Red #C617AB
Tints of Medium Violet Red #C617AB
RGB
CMYK
RGB Variations
Color information
#C617AB (or 0xC617AB) is known color: Medium Violet Red. HEX triplet: C6, 17 and AB. RGB value is (198,23,171). Sum of RGB (Red+Green+Blue) = 198+23+171=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C617AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C617AB is #39E854. Grayscale: #5B5B5B. Windows color (decimal): -3795029 or 11212742. OLE color: 11212742.
HSL color Cylindrical-coordinate representation of color #C617AB: hue angle of 309.26º 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 #C617AB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 171 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.26º | 0.79% | 0.43% | - |
| HSV(B) | 309.26º | 0.88% | 0.78% | - |
| XYZ | 30.95 | 15.56 | 39.9 | - |
| YUV | 92.2 | 172.48 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 171 | 0 | 0.88 | 0.14 | 0.22 | 309.26 | 0.79 | 0.43 |
| Hex | C6 | 17 | AB | 0 | 58 | E | 16 | 135 | 4F | 2B |
| Octal | 306 | 27 | 253 | 0 | 130 | 16 | 26 | 465 | 117 | 53 |
| Binary | 11000110 | 10111 | 10101011 | 0 | 1011000 | 1110 | 10110 | 100110101 | 1001111 | 101011 |
Color Harmonies of #C617AB
Complementary color
Monochromatic Colors of #C617AB
Black with #C617AB
Text Example
Text Example
White with #C617AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C617AB; }
p { color: rgb(198,23,171); }
H1.HeaderClassName
{
color: #C617AB;
}
.AnyTagClassName
{
color: #C617AB;
}
</style>
background-color css
<style>
a { background-color: #C617AB; }
a { background-color: rgb(198,23,171); }
div.DivClassName
{
background-color: #C617AB;
}
.BgClassName
{
background-color: #C617AB;
}
</style>
border-color css
<style>
span { border-color: #C617AB; }
span { border-color: rgb(198,23,171); }
td.TdClassName
{
border-color: #C617AB;
}
.TagClassName
{
border-color: #C617AB;
}
</style>