Shades of Fuchsia #C73ABB
Tints of Fuchsia #C73ABB
RGB
CMYK
RGB Variations
Color information
#C73ABB (or 0xC73ABB) is known color: Fuchsia. HEX triplet: C7, 3A and BB. RGB value is (199,58,187). Sum of RGB (Red+Green+Blue) = 199+58+187=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C73ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ABB is #38C544. Grayscale: #727272. Windows color (decimal): -3720517 or 12270279. OLE color: 12270279.
HSL color Cylindrical-coordinate representation of color #C73ABB: hue angle of 305.11º 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 #C73ABB is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 187 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.22 |
| HSL | 305.11º | 0.56% | 0.5% | - |
| HSV(B) | 305.11º | 0.71% | 0.78% | - |
| XYZ | 34.04 | 18.76 | 48.84 | - |
| YUV | 114.87 | 168.71 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 187 | 0 | 0.71 | 0.06 | 0.22 | 305.11 | 0.56 | 0.5 |
| Hex | C7 | 3A | BB | 0 | 47 | 6 | 16 | 131 | 38 | 32 |
| Octal | 307 | 72 | 273 | 0 | 107 | 6 | 26 | 461 | 70 | 62 |
| Binary | 11000111 | 111010 | 10111011 | 0 | 1000111 | 110 | 10110 | 100110001 | 111000 | 110010 |
Color Harmonies of #C73ABB
Complementary color
Monochromatic Colors of #C73ABB
Black with #C73ABB
Text Example
Text Example
White with #C73ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ABB; }
p { color: rgb(199,58,187); }
H1.HeaderClassName
{
color: #C73ABB;
}
.AnyTagClassName
{
color: #C73ABB;
}
</style>
background-color css
<style>
a { background-color: #C73ABB; }
a { background-color: rgb(199,58,187); }
div.DivClassName
{
background-color: #C73ABB;
}
.BgClassName
{
background-color: #C73ABB;
}
</style>
border-color css
<style>
span { border-color: #C73ABB; }
span { border-color: rgb(199,58,187); }
td.TdClassName
{
border-color: #C73ABB;
}
.TagClassName
{
border-color: #C73ABB;
}
</style>