Shades of Medium Red Violet #C731AB
Tints of Medium Red Violet #C731AB
RGB
CMYK
RGB Variations
Color information
#C731AB (or 0xC731AB) is known color: Medium Red Violet. HEX triplet: C7, 31 and AB. RGB value is (199,49,171). Sum of RGB (Red+Green+Blue) = 199+49+171=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C731AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731AB is #38CE54. Grayscale: #6B6B6B. Windows color (decimal): -3722837 or 11219399. OLE color: 11219399.
HSL color Cylindrical-coordinate representation of color #C731AB: hue angle of 311.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731AB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 171 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.22 |
| HSL | 311.2º | 0.6% | 0.49% | - |
| HSV(B) | 311.2º | 0.75% | 0.78% | - |
| XYZ | 32 | 17.28 | 40.18 | - |
| YUV | 107.76 | 163.7 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 171 | 0 | 0.75 | 0.14 | 0.22 | 311.2 | 0.6 | 0.49 |
| Hex | C7 | 31 | AB | 0 | 4B | E | 16 | 137 | 3C | 31 |
| Octal | 307 | 61 | 253 | 0 | 113 | 16 | 26 | 467 | 74 | 61 |
| Binary | 11000111 | 110001 | 10101011 | 0 | 1001011 | 1110 | 10110 | 100110111 | 111100 | 110001 |
Color Harmonies of #C731AB
Complementary color
Monochromatic Colors of #C731AB
Black with #C731AB
Text Example
Text Example
White with #C731AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731AB; }
p { color: rgb(199,49,171); }
H1.HeaderClassName
{
color: #C731AB;
}
.AnyTagClassName
{
color: #C731AB;
}
</style>
background-color css
<style>
a { background-color: #C731AB; }
a { background-color: rgb(199,49,171); }
div.DivClassName
{
background-color: #C731AB;
}
.BgClassName
{
background-color: #C731AB;
}
</style>
border-color css
<style>
span { border-color: #C731AB; }
span { border-color: rgb(199,49,171); }
td.TdClassName
{
border-color: #C731AB;
}
.TagClassName
{
border-color: #C731AB;
}
</style>