Shades of Fuchsia #C543AE
Tints of Fuchsia #C543AE
RGB
CMYK
RGB Variations
Color information
#C543AE (or 0xC543AE) is known color: Fuchsia. HEX triplet: C5, 43 and AE. RGB value is (197,67,174). Sum of RGB (Red+Green+Blue) = 197+67+174=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C543AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543AE is #3ABC51. Grayscale: #757575. Windows color (decimal): -3849298 or 11420613. OLE color: 11420613.
HSL color Cylindrical-coordinate representation of color #C543AE: hue angle of 310.62º 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 #C543AE is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 174 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.23 |
| HSL | 310.62º | 0.53% | 0.52% | - |
| HSV(B) | 310.62º | 0.66% | 0.77% | - |
| XYZ | 32.67 | 18.94 | 41.98 | - |
| YUV | 118.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 174 | 0 | 0.66 | 0.12 | 0.23 | 310.62 | 0.53 | 0.52 |
| Hex | C5 | 43 | AE | 0 | 42 | C | 17 | 137 | 35 | 34 |
| Octal | 305 | 103 | 256 | 0 | 102 | 14 | 27 | 467 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10101110 | 0 | 1000010 | 1100 | 10111 | 100110111 | 110101 | 110100 |
Color Harmonies of #C543AE
Complementary color
Monochromatic Colors of #C543AE
Black with #C543AE
Text Example
Text Example
White with #C543AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543AE; }
p { color: rgb(197,67,174); }
H1.HeaderClassName
{
color: #C543AE;
}
.AnyTagClassName
{
color: #C543AE;
}
</style>
background-color css
<style>
a { background-color: #C543AE; }
a { background-color: rgb(197,67,174); }
div.DivClassName
{
background-color: #C543AE;
}
.BgClassName
{
background-color: #C543AE;
}
</style>
border-color css
<style>
span { border-color: #C543AE; }
span { border-color: rgb(197,67,174); }
td.TdClassName
{
border-color: #C543AE;
}
.TagClassName
{
border-color: #C543AE;
}
</style>