Shades of Fuchsia #C53ABF
Tints of Fuchsia #C53ABF
RGB
CMYK
RGB Variations
Color information
#C53ABF (or 0xC53ABF) is known color: Fuchsia. HEX triplet: C5, 3A and BF. RGB value is (197,58,191). Sum of RGB (Red+Green+Blue) = 197+58+191=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ABF is #3AC540. Grayscale: #727272. Windows color (decimal): -3851585 or 12532421. OLE color: 12532421.
HSL color Cylindrical-coordinate representation of color #C53ABF: hue angle of 302.59º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53ABF is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 191 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.23 |
| HSL | 302.59º | 0.55% | 0.5% | - |
| HSV(B) | 302.59º | 0.71% | 0.77% | - |
| XYZ | 33.94 | 18.66 | 51.1 | - |
| YUV | 114.72 | 171.05 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 191 | 0 | 0.71 | 0.03 | 0.23 | 302.59 | 0.55 | 0.5 |
| Hex | C5 | 3A | BF | 0 | 47 | 3 | 17 | 12F | 37 | 32 |
| Octal | 305 | 72 | 277 | 0 | 107 | 3 | 27 | 457 | 67 | 62 |
| Binary | 11000101 | 111010 | 10111111 | 0 | 1000111 | 11 | 10111 | 100101111 | 110111 | 110010 |
Color Harmonies of #C53ABF
Complementary color
Monochromatic Colors of #C53ABF
Black with #C53ABF
Text Example
Text Example
White with #C53ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ABF; }
p { color: rgb(197,58,191); }
H1.HeaderClassName
{
color: #C53ABF;
}
.AnyTagClassName
{
color: #C53ABF;
}
</style>
background-color css
<style>
a { background-color: #C53ABF; }
a { background-color: rgb(197,58,191); }
div.DivClassName
{
background-color: #C53ABF;
}
.BgClassName
{
background-color: #C53ABF;
}
</style>
border-color css
<style>
span { border-color: #C53ABF; }
span { border-color: rgb(197,58,191); }
td.TdClassName
{
border-color: #C53ABF;
}
.TagClassName
{
border-color: #C53ABF;
}
</style>