Shades of Fuchsia #C53EBC
Tints of Fuchsia #C53EBC
RGB
CMYK
RGB Variations
Color information
#C53EBC (or 0xC53EBC) is known color: Fuchsia. HEX triplet: C5, 3E and BC. RGB value is (197,62,188). Sum of RGB (Red+Green+Blue) = 197+62+188=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EBC is #3AC143. Grayscale: #747474. Windows color (decimal): -3850564 or 12336837. OLE color: 12336837.
HSL color Cylindrical-coordinate representation of color #C53EBC: hue angle of 304º 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 #C53EBC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 188 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.23 |
| HSL | 304º | 0.54% | 0.51% | - |
| HSV(B) | 304º | 0.69% | 0.77% | - |
| XYZ | 33.83 | 18.95 | 49.45 | - |
| YUV | 116.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 188 | 0 | 0.69 | 0.05 | 0.23 | 304 | 0.54 | 0.51 |
| Hex | C5 | 3E | BC | 0 | 45 | 5 | 17 | 130 | 36 | 33 |
| Octal | 305 | 76 | 274 | 0 | 105 | 5 | 27 | 460 | 66 | 63 |
| Binary | 11000101 | 111110 | 10111100 | 0 | 1000101 | 101 | 10111 | 100110000 | 110110 | 110011 |
Color Harmonies of #C53EBC
Complementary color
Monochromatic Colors of #C53EBC
Black with #C53EBC
Text Example
Text Example
White with #C53EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EBC; }
p { color: rgb(197,62,188); }
H1.HeaderClassName
{
color: #C53EBC;
}
.AnyTagClassName
{
color: #C53EBC;
}
</style>
background-color css
<style>
a { background-color: #C53EBC; }
a { background-color: rgb(197,62,188); }
div.DivClassName
{
background-color: #C53EBC;
}
.BgClassName
{
background-color: #C53EBC;
}
</style>
border-color css
<style>
span { border-color: #C53EBC; }
span { border-color: rgb(197,62,188); }
td.TdClassName
{
border-color: #C53EBC;
}
.TagClassName
{
border-color: #C53EBC;
}
</style>