Shades of Medium Red Violet #C732AB
Tints of Medium Red Violet #C732AB
RGB
CMYK
RGB Variations
Color information
#C732AB (or 0xC732AB) is known color: Medium Red Violet. HEX triplet: C7, 32 and AB. RGB value is (199,50,171). Sum of RGB (Red+Green+Blue) = 199+50+171=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C732AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732AB is #38CD54. Grayscale: #6C6C6C. Windows color (decimal): -3722581 or 11219655. OLE color: 11219655.
HSL color Cylindrical-coordinate representation of color #C732AB: hue angle of 311.28º 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 #C732AB is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 171 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.22 |
| HSL | 311.28º | 0.6% | 0.49% | - |
| HSV(B) | 311.28º | 0.75% | 0.78% | - |
| XYZ | 32.04 | 17.36 | 40.19 | - |
| YUV | 108.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 171 | 0 | 0.75 | 0.14 | 0.22 | 311.28 | 0.6 | 0.49 |
| Hex | C7 | 32 | AB | 0 | 4B | E | 16 | 137 | 3C | 31 |
| Octal | 307 | 62 | 253 | 0 | 113 | 16 | 26 | 467 | 74 | 61 |
| Binary | 11000111 | 110010 | 10101011 | 0 | 1001011 | 1110 | 10110 | 100110111 | 111100 | 110001 |
Color Harmonies of #C732AB
Complementary color
Monochromatic Colors of #C732AB
Black with #C732AB
Text Example
Text Example
White with #C732AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732AB; }
p { color: rgb(199,50,171); }
H1.HeaderClassName
{
color: #C732AB;
}
.AnyTagClassName
{
color: #C732AB;
}
</style>
background-color css
<style>
a { background-color: #C732AB; }
a { background-color: rgb(199,50,171); }
div.DivClassName
{
background-color: #C732AB;
}
.BgClassName
{
background-color: #C732AB;
}
</style>
border-color css
<style>
span { border-color: #C732AB; }
span { border-color: rgb(199,50,171); }
td.TdClassName
{
border-color: #C732AB;
}
.TagClassName
{
border-color: #C732AB;
}
</style>