Shades of Fuchsia #C539AA
Tints of Fuchsia #C539AA
RGB
CMYK
RGB Variations
Color information
#C539AA (or 0xC539AA) is known color: Fuchsia. HEX triplet: C5, 39 and AA. RGB value is (197,57,170). Sum of RGB (Red+Green+Blue) = 197+57+170=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C539AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539AA is #3AC655. Grayscale: #6F6F6F. Windows color (decimal): -3851862 or 11155909. OLE color: 11155909.
HSL color Cylindrical-coordinate representation of color #C539AA: hue angle of 311.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C539AA is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 170 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.23 |
| HSL | 311.57º | 0.55% | 0.5% | - |
| HSV(B) | 311.57º | 0.71% | 0.77% | - |
| XYZ | 31.74 | 17.7 | 39.77 | - |
| YUV | 111.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 170 | 0 | 0.71 | 0.14 | 0.23 | 311.57 | 0.55 | 0.5 |
| Hex | C5 | 39 | AA | 0 | 47 | E | 17 | 138 | 37 | 32 |
| Octal | 305 | 71 | 252 | 0 | 107 | 16 | 27 | 470 | 67 | 62 |
| Binary | 11000101 | 111001 | 10101010 | 0 | 1000111 | 1110 | 10111 | 100111000 | 110111 | 110010 |
Color Harmonies of #C539AA
Complementary color
Monochromatic Colors of #C539AA
Black with #C539AA
Text Example
Text Example
White with #C539AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539AA; }
p { color: rgb(197,57,170); }
H1.HeaderClassName
{
color: #C539AA;
}
.AnyTagClassName
{
color: #C539AA;
}
</style>
background-color css
<style>
a { background-color: #C539AA; }
a { background-color: rgb(197,57,170); }
div.DivClassName
{
background-color: #C539AA;
}
.BgClassName
{
background-color: #C539AA;
}
</style>
border-color css
<style>
span { border-color: #C539AA; }
span { border-color: rgb(197,57,170); }
td.TdClassName
{
border-color: #C539AA;
}
.TagClassName
{
border-color: #C539AA;
}
</style>