Shades of Fuchsia #C539BC
Tints of Fuchsia #C539BC
RGB
CMYK
RGB Variations
Color information
#C539BC (or 0xC539BC) is known color: Fuchsia. HEX triplet: C5, 39 and BC. RGB value is (197,57,188). Sum of RGB (Red+Green+Blue) = 197+57+188=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C539BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539BC is #3AC643. Grayscale: #717171. Windows color (decimal): -3851844 or 12335557. OLE color: 12335557.
HSL color Cylindrical-coordinate representation of color #C539BC: hue angle of 303.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C539BC is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 188 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.23 |
| HSL | 303.86º | 0.55% | 0.5% | - |
| HSV(B) | 303.86º | 0.71% | 0.77% | - |
| XYZ | 33.57 | 18.43 | 49.36 | - |
| YUV | 113.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 188 | 0 | 0.71 | 0.05 | 0.23 | 303.86 | 0.55 | 0.5 |
| Hex | C5 | 39 | BC | 0 | 47 | 5 | 17 | 130 | 37 | 32 |
| Octal | 305 | 71 | 274 | 0 | 107 | 5 | 27 | 460 | 67 | 62 |
| Binary | 11000101 | 111001 | 10111100 | 0 | 1000111 | 101 | 10111 | 100110000 | 110111 | 110010 |
Color Harmonies of #C539BC
Complementary color
Monochromatic Colors of #C539BC
Black with #C539BC
Text Example
Text Example
White with #C539BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539BC; }
p { color: rgb(197,57,188); }
H1.HeaderClassName
{
color: #C539BC;
}
.AnyTagClassName
{
color: #C539BC;
}
</style>
background-color css
<style>
a { background-color: #C539BC; }
a { background-color: rgb(197,57,188); }
div.DivClassName
{
background-color: #C539BC;
}
.BgClassName
{
background-color: #C539BC;
}
</style>
border-color css
<style>
span { border-color: #C539BC; }
span { border-color: rgb(197,57,188); }
td.TdClassName
{
border-color: #C539BC;
}
.TagClassName
{
border-color: #C539BC;
}
</style>