Shades of Medium Red Violet #C730AA
Tints of Medium Red Violet #C730AA
RGB
CMYK
RGB Variations
Color information
#C730AA (or 0xC730AA) is known color: Medium Red Violet. HEX triplet: C7, 30 and AA. RGB value is (199,48,170). Sum of RGB (Red+Green+Blue) = 199+48+170=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C730AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C730AA is #38CF55. Grayscale: #6A6A6A. Windows color (decimal): -3723094 or 11153607. OLE color: 11153607.
HSL color Cylindrical-coordinate representation of color #C730AA: hue angle of 311.52º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C730AA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 170 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.22 |
| HSL | 311.52º | 0.61% | 0.48% | - |
| HSV(B) | 311.52º | 0.76% | 0.78% | - |
| XYZ | 31.87 | 17.16 | 39.66 | - |
| YUV | 107.06 | 163.53 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 170 | 0 | 0.76 | 0.15 | 0.22 | 311.52 | 0.61 | 0.48 |
| Hex | C7 | 30 | AA | 0 | 4C | F | 16 | 138 | 3D | 30 |
| Octal | 307 | 60 | 252 | 0 | 114 | 17 | 26 | 470 | 75 | 60 |
| Binary | 11000111 | 110000 | 10101010 | 0 | 1001100 | 1111 | 10110 | 100111000 | 111101 | 110000 |
Color Harmonies of #C730AA
Complementary color
Monochromatic Colors of #C730AA
Black with #C730AA
Text Example
Text Example
White with #C730AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730AA; }
p { color: rgb(199,48,170); }
H1.HeaderClassName
{
color: #C730AA;
}
.AnyTagClassName
{
color: #C730AA;
}
</style>
background-color css
<style>
a { background-color: #C730AA; }
a { background-color: rgb(199,48,170); }
div.DivClassName
{
background-color: #C730AA;
}
.BgClassName
{
background-color: #C730AA;
}
</style>
border-color css
<style>
span { border-color: #C730AA; }
span { border-color: rgb(199,48,170); }
td.TdClassName
{
border-color: #C730AA;
}
.TagClassName
{
border-color: #C730AA;
}
</style>