Shades of Fuchsia #C53CAF
Tints of Fuchsia #C53CAF
RGB
CMYK
RGB Variations
Color information
#C53CAF (or 0xC53CAF) is known color: Fuchsia. HEX triplet: C5, 3C and AF. RGB value is (197,60,175). Sum of RGB (Red+Green+Blue) = 197+60+175=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53CAF is #3AC350. Grayscale: #717171. Windows color (decimal): -3851089 or 11484357. OLE color: 11484357.
HSL color Cylindrical-coordinate representation of color #C53CAF: hue angle of 309.64º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53CAF is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 175 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.23 |
| HSL | 309.64º | 0.54% | 0.5% | - |
| HSV(B) | 309.64º | 0.7% | 0.77% | - |
| XYZ | 32.38 | 18.2 | 42.36 | - |
| YUV | 114.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 175 | 0 | 0.70 | 0.11 | 0.23 | 309.64 | 0.54 | 0.5 |
| Hex | C5 | 3C | AF | 0 | 46 | B | 17 | 136 | 36 | 32 |
| Octal | 305 | 74 | 257 | 0 | 106 | 13 | 27 | 466 | 66 | 62 |
| Binary | 11000101 | 111100 | 10101111 | 0 | 1000110 | 1011 | 10111 | 100110110 | 110110 | 110010 |
Color Harmonies of #C53CAF
Complementary color
Monochromatic Colors of #C53CAF
Black with #C53CAF
Text Example
Text Example
White with #C53CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CAF; }
p { color: rgb(197,60,175); }
H1.HeaderClassName
{
color: #C53CAF;
}
.AnyTagClassName
{
color: #C53CAF;
}
</style>
background-color css
<style>
a { background-color: #C53CAF; }
a { background-color: rgb(197,60,175); }
div.DivClassName
{
background-color: #C53CAF;
}
.BgClassName
{
background-color: #C53CAF;
}
</style>
border-color css
<style>
span { border-color: #C53CAF; }
span { border-color: rgb(197,60,175); }
td.TdClassName
{
border-color: #C53CAF;
}
.TagClassName
{
border-color: #C53CAF;
}
</style>