Shades of Fuchsia #C52FAE
Tints of Fuchsia #C52FAE
RGB
CMYK
RGB Variations
Color information
#C52FAE (or 0xC52FAE) is known color: Fuchsia. HEX triplet: C5, 2F and AE. RGB value is (197,47,174). Sum of RGB (Red+Green+Blue) = 197+47+174=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C52FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52FAE is #3AD051. Grayscale: #696969. Windows color (decimal): -3854418 or 11415493. OLE color: 11415493.
HSL color Cylindrical-coordinate representation of color #C52FAE: hue angle of 309.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C52FAE is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 47 | 174 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.23 |
| HSL | 309.2º | 0.61% | 0.48% | - |
| HSV(B) | 309.2º | 0.76% | 0.77% | - |
| XYZ | 31.68 | 16.96 | 41.65 | - |
| YUV | 106.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 174 | 0 | 0.76 | 0.12 | 0.23 | 309.2 | 0.61 | 0.48 |
| Hex | C5 | 2F | AE | 0 | 4C | C | 17 | 135 | 3D | 30 |
| Octal | 305 | 57 | 256 | 0 | 114 | 14 | 27 | 465 | 75 | 60 |
| Binary | 11000101 | 101111 | 10101110 | 0 | 1001100 | 1100 | 10111 | 100110101 | 111101 | 110000 |
Color Harmonies of #C52FAE
Complementary color
Monochromatic Colors of #C52FAE
Black with #C52FAE
Text Example
Text Example
White with #C52FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FAE; }
p { color: rgb(197,47,174); }
H1.HeaderClassName
{
color: #C52FAE;
}
.AnyTagClassName
{
color: #C52FAE;
}
</style>
background-color css
<style>
a { background-color: #C52FAE; }
a { background-color: rgb(197,47,174); }
div.DivClassName
{
background-color: #C52FAE;
}
.BgClassName
{
background-color: #C52FAE;
}
</style>
border-color css
<style>
span { border-color: #C52FAE; }
span { border-color: rgb(197,47,174); }
td.TdClassName
{
border-color: #C52FAE;
}
.TagClassName
{
border-color: #C52FAE;
}
</style>