Shades of Fuchsia #C53FBC
Tints of Fuchsia #C53FBC
RGB
CMYK
RGB Variations
Color information
#C53FBC (or 0xC53FBC) is known color: Fuchsia. HEX triplet: C5, 3F and BC. RGB value is (197,63,188). Sum of RGB (Red+Green+Blue) = 197+63+188=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FBC is #3AC043. Grayscale: #747474. Windows color (decimal): -3850308 or 12337093. OLE color: 12337093.
HSL color Cylindrical-coordinate representation of color #C53FBC: hue angle of 304.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53FBC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 188 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.23 |
| HSL | 304.03º | 0.54% | 0.51% | - |
| HSV(B) | 304.03º | 0.68% | 0.77% | - |
| XYZ | 33.88 | 19.06 | 49.47 | - |
| YUV | 117.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 188 | 0 | 0.68 | 0.05 | 0.23 | 304.03 | 0.54 | 0.51 |
| Hex | C5 | 3F | BC | 0 | 44 | 5 | 17 | 130 | 36 | 33 |
| Octal | 305 | 77 | 274 | 0 | 104 | 5 | 27 | 460 | 66 | 63 |
| Binary | 11000101 | 111111 | 10111100 | 0 | 1000100 | 101 | 10111 | 100110000 | 110110 | 110011 |
Color Harmonies of #C53FBC
Complementary color
Monochromatic Colors of #C53FBC
Black with #C53FBC
Text Example
Text Example
White with #C53FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53FBC; }
p { color: rgb(197,63,188); }
H1.HeaderClassName
{
color: #C53FBC;
}
.AnyTagClassName
{
color: #C53FBC;
}
</style>
background-color css
<style>
a { background-color: #C53FBC; }
a { background-color: rgb(197,63,188); }
div.DivClassName
{
background-color: #C53FBC;
}
.BgClassName
{
background-color: #C53FBC;
}
</style>
border-color css
<style>
span { border-color: #C53FBC; }
span { border-color: rgb(197,63,188); }
td.TdClassName
{
border-color: #C53FBC;
}
.TagClassName
{
border-color: #C53FBC;
}
</style>