Shades of Fuchsia #C53EB8
Tints of Fuchsia #C53EB8
RGB
CMYK
RGB Variations
Color information
#C53EB8 (or 0xC53EB8) is known color: Fuchsia. HEX triplet: C5, 3E and B8. RGB value is (197,62,184). Sum of RGB (Red+Green+Blue) = 197+62+184=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EB8 is #3AC147. Grayscale: #737373. Windows color (decimal): -3850568 or 12074693. OLE color: 12074693.
HSL color Cylindrical-coordinate representation of color #C53EB8: hue angle of 305.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53EB8 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 184 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.23 |
| HSL | 305.78º | 0.54% | 0.51% | - |
| HSV(B) | 305.78º | 0.69% | 0.77% | - |
| XYZ | 33.4 | 18.78 | 47.21 | - |
| YUV | 116.27 | 166.23 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 184 | 0 | 0.69 | 0.07 | 0.23 | 305.78 | 0.54 | 0.51 |
| Hex | C5 | 3E | B8 | 0 | 45 | 7 | 17 | 132 | 36 | 33 |
| Octal | 305 | 76 | 270 | 0 | 105 | 7 | 27 | 462 | 66 | 63 |
| Binary | 11000101 | 111110 | 10111000 | 0 | 1000101 | 111 | 10111 | 100110010 | 110110 | 110011 |
Color Harmonies of #C53EB8
Complementary color
Monochromatic Colors of #C53EB8
Black with #C53EB8
Text Example
Text Example
White with #C53EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EB8; }
p { color: rgb(197,62,184); }
H1.HeaderClassName
{
color: #C53EB8;
}
.AnyTagClassName
{
color: #C53EB8;
}
</style>
background-color css
<style>
a { background-color: #C53EB8; }
a { background-color: rgb(197,62,184); }
div.DivClassName
{
background-color: #C53EB8;
}
.BgClassName
{
background-color: #C53EB8;
}
</style>
border-color css
<style>
span { border-color: #C53EB8; }
span { border-color: rgb(197,62,184); }
td.TdClassName
{
border-color: #C53EB8;
}
.TagClassName
{
border-color: #C53EB8;
}
</style>