Shades of Fuchsia #C730AD
Tints of Fuchsia #C730AD
RGB
CMYK
RGB Variations
Color information
#C730AD (or 0xC730AD) is known color: Fuchsia. HEX triplet: C7, 30 and AD. RGB value is (199,48,173). Sum of RGB (Red+Green+Blue) = 199+48+173=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C730AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C730AD is #38CF52. Grayscale: #6B6B6B. Windows color (decimal): -3723091 or 11350215. OLE color: 11350215.
HSL color Cylindrical-coordinate representation of color #C730AD: hue angle of 310.33º 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 #C730AD is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 173 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.22 |
| HSL | 310.33º | 0.61% | 0.48% | - |
| HSV(B) | 310.33º | 0.76% | 0.78% | - |
| XYZ | 32.15 | 17.27 | 41.17 | - |
| YUV | 107.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 173 | 0 | 0.76 | 0.13 | 0.22 | 310.33 | 0.61 | 0.48 |
| Hex | C7 | 30 | AD | 0 | 4C | D | 16 | 136 | 3D | 30 |
| Octal | 307 | 60 | 255 | 0 | 114 | 15 | 26 | 466 | 75 | 60 |
| Binary | 11000111 | 110000 | 10101101 | 0 | 1001100 | 1101 | 10110 | 100110110 | 111101 | 110000 |
Color Harmonies of #C730AD
Complementary color
Monochromatic Colors of #C730AD
Black with #C730AD
Text Example
Text Example
White with #C730AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730AD; }
p { color: rgb(199,48,173); }
H1.HeaderClassName
{
color: #C730AD;
}
.AnyTagClassName
{
color: #C730AD;
}
</style>
background-color css
<style>
a { background-color: #C730AD; }
a { background-color: rgb(199,48,173); }
div.DivClassName
{
background-color: #C730AD;
}
.BgClassName
{
background-color: #C730AD;
}
</style>
border-color css
<style>
span { border-color: #C730AD; }
span { border-color: rgb(199,48,173); }
td.TdClassName
{
border-color: #C730AD;
}
.TagClassName
{
border-color: #C730AD;
}
</style>