Shades of Fuchsia #C537BC
Tints of Fuchsia #C537BC
RGB
CMYK
RGB Variations
Color information
#C537BC (or 0xC537BC) is known color: Fuchsia. HEX triplet: C5, 37 and BC. RGB value is (197,55,188). Sum of RGB (Red+Green+Blue) = 197+55+188=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C537BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537BC is #3AC843. Grayscale: #707070. Windows color (decimal): -3852356 or 12335045. OLE color: 12335045.
HSL color Cylindrical-coordinate representation of color #C537BC: hue angle of 303.8º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C537BC is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 188 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.23 |
| HSL | 303.8º | 0.56% | 0.49% | - |
| HSV(B) | 303.8º | 0.72% | 0.77% | - |
| XYZ | 33.47 | 18.23 | 49.33 | - |
| YUV | 112.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 188 | 0 | 0.72 | 0.05 | 0.23 | 303.8 | 0.56 | 0.49 |
| Hex | C5 | 37 | BC | 0 | 48 | 5 | 17 | 130 | 38 | 31 |
| Octal | 305 | 67 | 274 | 0 | 110 | 5 | 27 | 460 | 70 | 61 |
| Binary | 11000101 | 110111 | 10111100 | 0 | 1001000 | 101 | 10111 | 100110000 | 111000 | 110001 |
Color Harmonies of #C537BC
Complementary color
Monochromatic Colors of #C537BC
Black with #C537BC
Text Example
Text Example
White with #C537BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537BC; }
p { color: rgb(197,55,188); }
H1.HeaderClassName
{
color: #C537BC;
}
.AnyTagClassName
{
color: #C537BC;
}
</style>
background-color css
<style>
a { background-color: #C537BC; }
a { background-color: rgb(197,55,188); }
div.DivClassName
{
background-color: #C537BC;
}
.BgClassName
{
background-color: #C537BC;
}
</style>
border-color css
<style>
span { border-color: #C537BC; }
span { border-color: rgb(197,55,188); }
td.TdClassName
{
border-color: #C537BC;
}
.TagClassName
{
border-color: #C537BC;
}
</style>