Shades of Fuchsia #C73AB5
Tints of Fuchsia #C73AB5
RGB
CMYK
RGB Variations
Color information
#C73AB5 (or 0xC73AB5) is known color: Fuchsia. HEX triplet: C7, 3A and B5. RGB value is (199,58,181). Sum of RGB (Red+Green+Blue) = 199+58+181=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AB5 is #38C54A. Grayscale: #717171. Windows color (decimal): -3720523 or 11877063. OLE color: 11877063.
HSL color Cylindrical-coordinate representation of color #C73AB5: hue angle of 307.66º 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 #C73AB5 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 181 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.22 |
| HSL | 307.66º | 0.56% | 0.5% | - |
| HSV(B) | 307.66º | 0.71% | 0.78% | - |
| XYZ | 33.41 | 18.5 | 45.53 | - |
| YUV | 114.18 | 165.71 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 181 | 0 | 0.71 | 0.09 | 0.22 | 307.66 | 0.56 | 0.5 |
| Hex | C7 | 3A | B5 | 0 | 47 | 9 | 16 | 134 | 38 | 32 |
| Octal | 307 | 72 | 265 | 0 | 107 | 11 | 26 | 464 | 70 | 62 |
| Binary | 11000111 | 111010 | 10110101 | 0 | 1000111 | 1001 | 10110 | 100110100 | 111000 | 110010 |
Color Harmonies of #C73AB5
Complementary color
Monochromatic Colors of #C73AB5
Black with #C73AB5
Text Example
Text Example
White with #C73AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AB5; }
p { color: rgb(199,58,181); }
H1.HeaderClassName
{
color: #C73AB5;
}
.AnyTagClassName
{
color: #C73AB5;
}
</style>
background-color css
<style>
a { background-color: #C73AB5; }
a { background-color: rgb(199,58,181); }
div.DivClassName
{
background-color: #C73AB5;
}
.BgClassName
{
background-color: #C73AB5;
}
</style>
border-color css
<style>
span { border-color: #C73AB5; }
span { border-color: rgb(199,58,181); }
td.TdClassName
{
border-color: #C73AB5;
}
.TagClassName
{
border-color: #C73AB5;
}
</style>