Shades of Medium Red Violet #C732A0
Tints of Medium Red Violet #C732A0
RGB
CMYK
RGB Variations
Color information
#C732A0 (or 0xC732A0) is known color: Medium Red Violet. HEX triplet: C7, 32 and A0. RGB value is (199,50,160). Sum of RGB (Red+Green+Blue) = 199+50+160=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C732A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C732A0 is #38CD5F. Grayscale: #6A6A6A. Windows color (decimal): -3722592 or 10498759. OLE color: 10498759.
HSL color Cylindrical-coordinate representation of color #C732A0: hue angle of 315.7º 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 #C732A0 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 160 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.22 |
| HSL | 315.7º | 0.6% | 0.49% | - |
| HSV(B) | 315.7º | 0.75% | 0.78% | - |
| XYZ | 31.04 | 16.96 | 34.9 | - |
| YUV | 107.09 | 157.86 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 160 | 0 | 0.75 | 0.20 | 0.22 | 315.7 | 0.6 | 0.49 |
| Hex | C7 | 32 | A0 | 0 | 4B | 14 | 16 | 13C | 3C | 31 |
| Octal | 307 | 62 | 240 | 0 | 113 | 24 | 26 | 474 | 74 | 61 |
| Binary | 11000111 | 110010 | 10100000 | 0 | 1001011 | 10100 | 10110 | 100111100 | 111100 | 110001 |
Color Harmonies of #C732A0
Complementary color
Monochromatic Colors of #C732A0
Black with #C732A0
Text Example
Text Example
White with #C732A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C732A0; }
p { color: rgb(199,50,160); }
H1.HeaderClassName
{
color: #C732A0;
}
.AnyTagClassName
{
color: #C732A0;
}
</style>
background-color css
<style>
a { background-color: #C732A0; }
a { background-color: rgb(199,50,160); }
div.DivClassName
{
background-color: #C732A0;
}
.BgClassName
{
background-color: #C732A0;
}
</style>
border-color css
<style>
span { border-color: #C732A0; }
span { border-color: rgb(199,50,160); }
td.TdClassName
{
border-color: #C732A0;
}
.TagClassName
{
border-color: #C732A0;
}
</style>