Shades of Fuchsia #C53ABB
Tints of Fuchsia #C53ABB
RGB
CMYK
RGB Variations
Color information
#C53ABB (or 0xC53ABB) is known color: Fuchsia. HEX triplet: C5, 3A and BB. RGB value is (197,58,187). Sum of RGB (Red+Green+Blue) = 197+58+187=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C53ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ABB is #3AC544. Grayscale: #717171. Windows color (decimal): -3851589 or 12270277. OLE color: 12270277.
HSL color Cylindrical-coordinate representation of color #C53ABB: hue angle of 304.32º 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 #C53ABB is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 58 | 187 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.23 |
| HSL | 304.32º | 0.55% | 0.5% | - |
| HSV(B) | 304.32º | 0.71% | 0.77% | - |
| XYZ | 33.51 | 18.48 | 48.82 | - |
| YUV | 114.27 | 169.05 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 58 | 187 | 0 | 0.71 | 0.05 | 0.23 | 304.32 | 0.55 | 0.5 |
| Hex | C5 | 3A | BB | 0 | 47 | 5 | 17 | 130 | 37 | 32 |
| Octal | 305 | 72 | 273 | 0 | 107 | 5 | 27 | 460 | 67 | 62 |
| Binary | 11000101 | 111010 | 10111011 | 0 | 1000111 | 101 | 10111 | 100110000 | 110111 | 110010 |
Color Harmonies of #C53ABB
Complementary color
Monochromatic Colors of #C53ABB
Black with #C53ABB
Text Example
Text Example
White with #C53ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53ABB; }
p { color: rgb(197,58,187); }
H1.HeaderClassName
{
color: #C53ABB;
}
.AnyTagClassName
{
color: #C53ABB;
}
</style>
background-color css
<style>
a { background-color: #C53ABB; }
a { background-color: rgb(197,58,187); }
div.DivClassName
{
background-color: #C53ABB;
}
.BgClassName
{
background-color: #C53ABB;
}
</style>
border-color css
<style>
span { border-color: #C53ABB; }
span { border-color: rgb(197,58,187); }
td.TdClassName
{
border-color: #C53ABB;
}
.TagClassName
{
border-color: #C53ABB;
}
</style>