Shades of Fuchsia #C73FAB
Tints of Fuchsia #C73FAB
RGB
CMYK
RGB Variations
Color information
#C73FAB (or 0xC73FAB) is known color: Fuchsia. HEX triplet: C7, 3F and AB. RGB value is (199,63,171). Sum of RGB (Red+Green+Blue) = 199+63+171=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FAB is #38C054. Grayscale: #737373. Windows color (decimal): -3719253 or 11222983. OLE color: 11222983.
HSL color Cylindrical-coordinate representation of color #C73FAB: hue angle of 312.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73FAB is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 171 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.22 |
| HSL | 312.35º | 0.55% | 0.51% | - |
| HSV(B) | 312.35º | 0.68% | 0.78% | - |
| XYZ | 32.68 | 18.64 | 40.4 | - |
| YUV | 115.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 171 | 0 | 0.68 | 0.14 | 0.22 | 312.35 | 0.55 | 0.51 |
| Hex | C7 | 3F | AB | 0 | 44 | E | 16 | 138 | 37 | 33 |
| Octal | 307 | 77 | 253 | 0 | 104 | 16 | 26 | 470 | 67 | 63 |
| Binary | 11000111 | 111111 | 10101011 | 0 | 1000100 | 1110 | 10110 | 100111000 | 110111 | 110011 |
Color Harmonies of #C73FAB
Complementary color
Monochromatic Colors of #C73FAB
Black with #C73FAB
Text Example
Text Example
White with #C73FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FAB; }
p { color: rgb(199,63,171); }
H1.HeaderClassName
{
color: #C73FAB;
}
.AnyTagClassName
{
color: #C73FAB;
}
</style>
background-color css
<style>
a { background-color: #C73FAB; }
a { background-color: rgb(199,63,171); }
div.DivClassName
{
background-color: #C73FAB;
}
.BgClassName
{
background-color: #C73FAB;
}
</style>
border-color css
<style>
span { border-color: #C73FAB; }
span { border-color: rgb(199,63,171); }
td.TdClassName
{
border-color: #C73FAB;
}
.TagClassName
{
border-color: #C73FAB;
}
</style>