Shades of Fuchsia #C534AE
Tints of Fuchsia #C534AE
RGB
CMYK
RGB Variations
Color information
#C534AE (or 0xC534AE) is known color: Fuchsia. HEX triplet: C5, 34 and AE. RGB value is (197,52,174). Sum of RGB (Red+Green+Blue) = 197+52+174=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AE is #3ACB51. Grayscale: #6C6C6C. Windows color (decimal): -3853138 or 11416773. OLE color: 11416773.
HSL color Cylindrical-coordinate representation of color #C534AE: hue angle of 309.52º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534AE is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 174 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.23 |
| HSL | 309.52º | 0.58% | 0.49% | - |
| HSV(B) | 309.52º | 0.74% | 0.77% | - |
| XYZ | 31.89 | 17.38 | 41.72 | - |
| YUV | 109.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 174 | 0 | 0.74 | 0.12 | 0.23 | 309.52 | 0.58 | 0.49 |
| Hex | C5 | 34 | AE | 0 | 4A | C | 17 | 136 | 3A | 31 |
| Octal | 305 | 64 | 256 | 0 | 112 | 14 | 27 | 466 | 72 | 61 |
| Binary | 11000101 | 110100 | 10101110 | 0 | 1001010 | 1100 | 10111 | 100110110 | 111010 | 110001 |
Color Harmonies of #C534AE
Complementary color
Monochromatic Colors of #C534AE
Black with #C534AE
Text Example
Text Example
White with #C534AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534AE; }
p { color: rgb(197,52,174); }
H1.HeaderClassName
{
color: #C534AE;
}
.AnyTagClassName
{
color: #C534AE;
}
</style>
background-color css
<style>
a { background-color: #C534AE; }
a { background-color: rgb(197,52,174); }
div.DivClassName
{
background-color: #C534AE;
}
.BgClassName
{
background-color: #C534AE;
}
</style>
border-color css
<style>
span { border-color: #C534AE; }
span { border-color: rgb(197,52,174); }
td.TdClassName
{
border-color: #C534AE;
}
.TagClassName
{
border-color: #C534AE;
}
</style>