Shades of Medium Red Violet #C731A3
Tints of Medium Red Violet #C731A3
RGB
CMYK
RGB Variations
Color information
#C731A3 (or 0xC731A3) is known color: Medium Red Violet. HEX triplet: C7, 31 and A3. RGB value is (199,49,163). Sum of RGB (Red+Green+Blue) = 199+49+163=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C731A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731A3 is #38CE5C. Grayscale: #6A6A6A. Windows color (decimal): -3722845 or 10695111. OLE color: 10695111.
HSL color Cylindrical-coordinate representation of color #C731A3: hue angle of 314.4º 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 #C731A3 is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 163 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.22 |
| HSL | 314.4º | 0.6% | 0.49% | - |
| HSV(B) | 314.4º | 0.75% | 0.78% | - |
| XYZ | 31.26 | 16.98 | 36.28 | - |
| YUV | 106.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 163 | 0 | 0.75 | 0.18 | 0.22 | 314.4 | 0.6 | 0.49 |
| Hex | C7 | 31 | A3 | 0 | 4B | 12 | 16 | 13A | 3C | 31 |
| Octal | 307 | 61 | 243 | 0 | 113 | 22 | 26 | 472 | 74 | 61 |
| Binary | 11000111 | 110001 | 10100011 | 0 | 1001011 | 10010 | 10110 | 100111010 | 111100 | 110001 |
Color Harmonies of #C731A3
Complementary color
Monochromatic Colors of #C731A3
Black with #C731A3
Text Example
Text Example
White with #C731A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731A3; }
p { color: rgb(199,49,163); }
H1.HeaderClassName
{
color: #C731A3;
}
.AnyTagClassName
{
color: #C731A3;
}
</style>
background-color css
<style>
a { background-color: #C731A3; }
a { background-color: rgb(199,49,163); }
div.DivClassName
{
background-color: #C731A3;
}
.BgClassName
{
background-color: #C731A3;
}
</style>
border-color css
<style>
span { border-color: #C731A3; }
span { border-color: rgb(199,49,163); }
td.TdClassName
{
border-color: #C731A3;
}
.TagClassName
{
border-color: #C731A3;
}
</style>