Shades of Medium Violet Red #C718AB
Tints of Medium Violet Red #C718AB
RGB
CMYK
RGB Variations
Color information
#C718AB (or 0xC718AB) is known color: Medium Violet Red. HEX triplet: C7, 18 and AB. RGB value is (199,24,171). Sum of RGB (Red+Green+Blue) = 199+24+171=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C718AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718AB is #38E754. Grayscale: #5C5C5C. Windows color (decimal): -3729237 or 11212999. OLE color: 11212999.
HSL color Cylindrical-coordinate representation of color #C718AB: hue angle of 309.6º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718AB is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 171 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.22 |
| HSL | 309.6º | 0.78% | 0.44% | - |
| HSV(B) | 309.6º | 0.88% | 0.78% | - |
| XYZ | 31.23 | 15.74 | 39.92 | - |
| YUV | 93.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 171 | 0 | 0.88 | 0.14 | 0.22 | 309.6 | 0.78 | 0.44 |
| Hex | C7 | 18 | AB | 0 | 58 | E | 16 | 136 | 4E | 2C |
| Octal | 307 | 30 | 253 | 0 | 130 | 16 | 26 | 466 | 116 | 54 |
| Binary | 11000111 | 11000 | 10101011 | 0 | 1011000 | 1110 | 10110 | 100110110 | 1001110 | 101100 |
Color Harmonies of #C718AB
Complementary color
Monochromatic Colors of #C718AB
Black with #C718AB
Text Example
Text Example
White with #C718AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718AB; }
p { color: rgb(199,24,171); }
H1.HeaderClassName
{
color: #C718AB;
}
.AnyTagClassName
{
color: #C718AB;
}
</style>
background-color css
<style>
a { background-color: #C718AB; }
a { background-color: rgb(199,24,171); }
div.DivClassName
{
background-color: #C718AB;
}
.BgClassName
{
background-color: #C718AB;
}
</style>
border-color css
<style>
span { border-color: #C718AB; }
span { border-color: rgb(199,24,171); }
td.TdClassName
{
border-color: #C718AB;
}
.TagClassName
{
border-color: #C718AB;
}
</style>