Shades of Fuchsia #C73ABA
Tints of Fuchsia #C73ABA
RGB
CMYK
RGB Variations
Color information
#C73ABA (or 0xC73ABA) is known color: Fuchsia. HEX triplet: C7, 3A and BA. RGB value is (199,58,186). Sum of RGB (Red+Green+Blue) = 199+58+186=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C73ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ABA is #38C545. Grayscale: #727272. Windows color (decimal): -3720518 or 12204743. OLE color: 12204743.
HSL color Cylindrical-coordinate representation of color #C73ABA: hue angle of 305.53º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73ABA is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 186 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.22 |
| HSL | 305.53º | 0.56% | 0.5% | - |
| HSV(B) | 305.53º | 0.71% | 0.78% | - |
| XYZ | 33.93 | 18.71 | 48.28 | - |
| YUV | 114.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 186 | 0 | 0.71 | 0.07 | 0.22 | 305.53 | 0.56 | 0.5 |
| Hex | C7 | 3A | BA | 0 | 47 | 7 | 16 | 132 | 38 | 32 |
| Octal | 307 | 72 | 272 | 0 | 107 | 7 | 26 | 462 | 70 | 62 |
| Binary | 11000111 | 111010 | 10111010 | 0 | 1000111 | 111 | 10110 | 100110010 | 111000 | 110010 |
Color Harmonies of #C73ABA
Complementary color
Monochromatic Colors of #C73ABA
Black with #C73ABA
Text Example
Text Example
White with #C73ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ABA; }
p { color: rgb(199,58,186); }
H1.HeaderClassName
{
color: #C73ABA;
}
.AnyTagClassName
{
color: #C73ABA;
}
</style>
background-color css
<style>
a { background-color: #C73ABA; }
a { background-color: rgb(199,58,186); }
div.DivClassName
{
background-color: #C73ABA;
}
.BgClassName
{
background-color: #C73ABA;
}
</style>
border-color css
<style>
span { border-color: #C73ABA; }
span { border-color: rgb(199,58,186); }
td.TdClassName
{
border-color: #C73ABA;
}
.TagClassName
{
border-color: #C73ABA;
}
</style>