Shades of Fuchsia #C73AB4
Tints of Fuchsia #C73AB4
RGB
CMYK
RGB Variations
Color information
#C73AB4 (or 0xC73AB4) is known color: Fuchsia. HEX triplet: C7, 3A and B4. RGB value is (199,58,180). Sum of RGB (Red+Green+Blue) = 199+58+180=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AB4 is #38C54B. Grayscale: #717171. Windows color (decimal): -3720524 or 11811527. OLE color: 11811527.
HSL color Cylindrical-coordinate representation of color #C73AB4: hue angle of 308.09º 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 #C73AB4 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 180 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.22 |
| HSL | 308.09º | 0.56% | 0.5% | - |
| HSV(B) | 308.09º | 0.71% | 0.78% | - |
| XYZ | 33.3 | 18.46 | 44.99 | - |
| YUV | 114.07 | 165.21 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 180 | 0 | 0.71 | 0.10 | 0.22 | 308.09 | 0.56 | 0.5 |
| Hex | C7 | 3A | B4 | 0 | 47 | A | 16 | 134 | 38 | 32 |
| Octal | 307 | 72 | 264 | 0 | 107 | 12 | 26 | 464 | 70 | 62 |
| Binary | 11000111 | 111010 | 10110100 | 0 | 1000111 | 1010 | 10110 | 100110100 | 111000 | 110010 |
Color Harmonies of #C73AB4
Complementary color
Monochromatic Colors of #C73AB4
Black with #C73AB4
Text Example
Text Example
White with #C73AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AB4; }
p { color: rgb(199,58,180); }
H1.HeaderClassName
{
color: #C73AB4;
}
.AnyTagClassName
{
color: #C73AB4;
}
</style>
background-color css
<style>
a { background-color: #C73AB4; }
a { background-color: rgb(199,58,180); }
div.DivClassName
{
background-color: #C73AB4;
}
.BgClassName
{
background-color: #C73AB4;
}
</style>
border-color css
<style>
span { border-color: #C73AB4; }
span { border-color: rgb(199,58,180); }
td.TdClassName
{
border-color: #C73AB4;
}
.TagClassName
{
border-color: #C73AB4;
}
</style>