Shades of Fuchsia #C53ABC
Tints of Fuchsia #C53ABC
RGB
CMYK
RGB Variations
Color information
#C53ABC (or 0xC53ABC) is known color: Fuchsia. HEX triplet: C5, 3A and BC. RGB value is (197,58,188). Sum of RGB (Red+Green+Blue) = 197+58+188=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C53ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ABC is #3AC543. Grayscale: #727272. Windows color (decimal): -3851588 or 12335813. OLE color: 12335813.
HSL color Cylindrical-coordinate representation of color #C53ABC: hue angle of 303.88º 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 #C53ABC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 188 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.23 |
| HSL | 303.88º | 0.55% | 0.5% | - |
| HSV(B) | 303.88º | 0.71% | 0.77% | - |
| XYZ | 33.62 | 18.53 | 49.38 | - |
| YUV | 114.38 | 169.55 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 188 | 0 | 0.71 | 0.05 | 0.23 | 303.88 | 0.55 | 0.5 |
| Hex | C5 | 3A | BC | 0 | 47 | 5 | 17 | 130 | 37 | 32 |
| Octal | 305 | 72 | 274 | 0 | 107 | 5 | 27 | 460 | 67 | 62 |
| Binary | 11000101 | 111010 | 10111100 | 0 | 1000111 | 101 | 10111 | 100110000 | 110111 | 110010 |
Color Harmonies of #C53ABC
Complementary color
Monochromatic Colors of #C53ABC
Black with #C53ABC
Text Example
Text Example
White with #C53ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ABC; }
p { color: rgb(197,58,188); }
H1.HeaderClassName
{
color: #C53ABC;
}
.AnyTagClassName
{
color: #C53ABC;
}
</style>
background-color css
<style>
a { background-color: #C53ABC; }
a { background-color: rgb(197,58,188); }
div.DivClassName
{
background-color: #C53ABC;
}
.BgClassName
{
background-color: #C53ABC;
}
</style>
border-color css
<style>
span { border-color: #C53ABC; }
span { border-color: rgb(197,58,188); }
td.TdClassName
{
border-color: #C53ABC;
}
.TagClassName
{
border-color: #C53ABC;
}
</style>