Shades of Fuchsia #C542AA
Tints of Fuchsia #C542AA
RGB
CMYK
RGB Variations
Color information
#C542AA (or 0xC542AA) is known color: Fuchsia. HEX triplet: C5, 42 and AA. RGB value is (197,66,170). Sum of RGB (Red+Green+Blue) = 197+66+170=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AA is #3ABD55. Grayscale: #747474. Windows color (decimal): -3849558 or 11158213. OLE color: 11158213.
HSL color Cylindrical-coordinate representation of color #C542AA: hue angle of 312.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C542AA is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 170 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.23 |
| HSL | 312.37º | 0.53% | 0.52% | - |
| HSV(B) | 312.37º | 0.66% | 0.77% | - |
| XYZ | 32.23 | 18.67 | 39.93 | - |
| YUV | 117.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 170 | 0 | 0.66 | 0.14 | 0.23 | 312.37 | 0.53 | 0.52 |
| Hex | C5 | 42 | AA | 0 | 42 | E | 17 | 138 | 35 | 34 |
| Octal | 305 | 102 | 252 | 0 | 102 | 16 | 27 | 470 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10101010 | 0 | 1000010 | 1110 | 10111 | 100111000 | 110101 | 110100 |
Color Harmonies of #C542AA
Complementary color
Monochromatic Colors of #C542AA
Black with #C542AA
Text Example
Text Example
White with #C542AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542AA; }
p { color: rgb(197,66,170); }
H1.HeaderClassName
{
color: #C542AA;
}
.AnyTagClassName
{
color: #C542AA;
}
</style>
background-color css
<style>
a { background-color: #C542AA; }
a { background-color: rgb(197,66,170); }
div.DivClassName
{
background-color: #C542AA;
}
.BgClassName
{
background-color: #C542AA;
}
</style>
border-color css
<style>
span { border-color: #C542AA; }
span { border-color: rgb(197,66,170); }
td.TdClassName
{
border-color: #C542AA;
}
.TagClassName
{
border-color: #C542AA;
}
</style>