Shades of Fuchsia #C53DBC
Tints of Fuchsia #C53DBC
RGB
CMYK
RGB Variations
Color information
#C53DBC (or 0xC53DBC) is known color: Fuchsia. HEX triplet: C5, 3D and BC. RGB value is (197,61,188). Sum of RGB (Red+Green+Blue) = 197+61+188=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53DBC is #3AC243. Grayscale: #737373. Windows color (decimal): -3850820 or 12336581. OLE color: 12336581.
HSL color Cylindrical-coordinate representation of color #C53DBC: hue angle of 303.97º 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 #C53DBC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 188 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.23 |
| HSL | 303.97º | 0.54% | 0.51% | - |
| HSV(B) | 303.97º | 0.69% | 0.77% | - |
| XYZ | 33.77 | 18.84 | 49.43 | - |
| YUV | 116.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 188 | 0 | 0.69 | 0.05 | 0.23 | 303.97 | 0.54 | 0.51 |
| Hex | C5 | 3D | BC | 0 | 45 | 5 | 17 | 130 | 36 | 33 |
| Octal | 305 | 75 | 274 | 0 | 105 | 5 | 27 | 460 | 66 | 63 |
| Binary | 11000101 | 111101 | 10111100 | 0 | 1000101 | 101 | 10111 | 100110000 | 110110 | 110011 |
Color Harmonies of #C53DBC
Complementary color
Monochromatic Colors of #C53DBC
Black with #C53DBC
Text Example
Text Example
White with #C53DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DBC; }
p { color: rgb(197,61,188); }
H1.HeaderClassName
{
color: #C53DBC;
}
.AnyTagClassName
{
color: #C53DBC;
}
</style>
background-color css
<style>
a { background-color: #C53DBC; }
a { background-color: rgb(197,61,188); }
div.DivClassName
{
background-color: #C53DBC;
}
.BgClassName
{
background-color: #C53DBC;
}
</style>
border-color css
<style>
span { border-color: #C53DBC; }
span { border-color: rgb(197,61,188); }
td.TdClassName
{
border-color: #C53DBC;
}
.TagClassName
{
border-color: #C53DBC;
}
</style>