Shades of Fuchsia #C53BB8
Tints of Fuchsia #C53BB8
RGB
CMYK
RGB Variations
Color information
#C53BB8 (or 0xC53BB8) is known color: Fuchsia. HEX triplet: C5, 3B and B8. RGB value is (197,59,184). Sum of RGB (Red+Green+Blue) = 197+59+184=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BB8 is #3AC447. Grayscale: #727272. Windows color (decimal): -3851336 or 12073925. OLE color: 12073925.
HSL color Cylindrical-coordinate representation of color #C53BB8: hue angle of 305.65º 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 #C53BB8 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 184 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.23 |
| HSL | 305.65º | 0.54% | 0.5% | - |
| HSV(B) | 305.65º | 0.7% | 0.77% | - |
| XYZ | 33.24 | 18.46 | 47.16 | - |
| YUV | 114.51 | 167.22 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 184 | 0 | 0.70 | 0.07 | 0.23 | 305.65 | 0.54 | 0.5 |
| Hex | C5 | 3B | B8 | 0 | 46 | 7 | 17 | 132 | 36 | 32 |
| Octal | 305 | 73 | 270 | 0 | 106 | 7 | 27 | 462 | 66 | 62 |
| Binary | 11000101 | 111011 | 10111000 | 0 | 1000110 | 111 | 10111 | 100110010 | 110110 | 110010 |
Color Harmonies of #C53BB8
Complementary color
Monochromatic Colors of #C53BB8
Black with #C53BB8
Text Example
Text Example
White with #C53BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BB8; }
p { color: rgb(197,59,184); }
H1.HeaderClassName
{
color: #C53BB8;
}
.AnyTagClassName
{
color: #C53BB8;
}
</style>
background-color css
<style>
a { background-color: #C53BB8; }
a { background-color: rgb(197,59,184); }
div.DivClassName
{
background-color: #C53BB8;
}
.BgClassName
{
background-color: #C53BB8;
}
</style>
border-color css
<style>
span { border-color: #C53BB8; }
span { border-color: rgb(197,59,184); }
td.TdClassName
{
border-color: #C53BB8;
}
.TagClassName
{
border-color: #C53BB8;
}
</style>