Shades of Fuchsia #C53BBC
Tints of Fuchsia #C53BBC
RGB
CMYK
RGB Variations
Color information
#C53BBC (or 0xC53BBC) is known color: Fuchsia. HEX triplet: C5, 3B and BC. RGB value is (197,59,188). Sum of RGB (Red+Green+Blue) = 197+59+188=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53BBC is #3AC443. Grayscale: #727272. Windows color (decimal): -3851332 or 12336069. OLE color: 12336069.
HSL color Cylindrical-coordinate representation of color #C53BBC: hue angle of 303.91º 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 #C53BBC is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 188 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.23 |
| HSL | 303.91º | 0.54% | 0.5% | - |
| HSV(B) | 303.91º | 0.7% | 0.77% | - |
| XYZ | 33.67 | 18.63 | 49.4 | - |
| YUV | 114.97 | 169.22 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 188 | 0 | 0.70 | 0.05 | 0.23 | 303.91 | 0.54 | 0.5 |
| Hex | C5 | 3B | BC | 0 | 46 | 5 | 17 | 130 | 36 | 32 |
| Octal | 305 | 73 | 274 | 0 | 106 | 5 | 27 | 460 | 66 | 62 |
| Binary | 11000101 | 111011 | 10111100 | 0 | 1000110 | 101 | 10111 | 100110000 | 110110 | 110010 |
Color Harmonies of #C53BBC
Complementary color
Monochromatic Colors of #C53BBC
Black with #C53BBC
Text Example
Text Example
White with #C53BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53BBC; }
p { color: rgb(197,59,188); }
H1.HeaderClassName
{
color: #C53BBC;
}
.AnyTagClassName
{
color: #C53BBC;
}
</style>
background-color css
<style>
a { background-color: #C53BBC; }
a { background-color: rgb(197,59,188); }
div.DivClassName
{
background-color: #C53BBC;
}
.BgClassName
{
background-color: #C53BBC;
}
</style>
border-color css
<style>
span { border-color: #C53BBC; }
span { border-color: rgb(197,59,188); }
td.TdClassName
{
border-color: #C53BBC;
}
.TagClassName
{
border-color: #C53BBC;
}
</style>