Shades of Fuchsia #C537B5
Tints of Fuchsia #C537B5
RGB
CMYK
RGB Variations
Color information
#C537B5 (or 0xC537B5) is known color: Fuchsia. HEX triplet: C5, 37 and B5. RGB value is (197,55,181). Sum of RGB (Red+Green+Blue) = 197+55+181=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 55 (21.88% from 255 or 12.70% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C537B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537B5 is #3AC84A. Grayscale: #6F6F6F. Windows color (decimal): -3852363 or 11876293. OLE color: 11876293.
HSL color Cylindrical-coordinate representation of color #C537B5: hue angle of 306.76º 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 #C537B5 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 181 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.23 |
| HSL | 306.76º | 0.56% | 0.49% | - |
| HSV(B) | 306.76º | 0.72% | 0.77% | - |
| XYZ | 32.73 | 17.94 | 45.45 | - |
| YUV | 111.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 181 | 0 | 0.72 | 0.08 | 0.23 | 306.76 | 0.56 | 0.49 |
| Hex | C5 | 37 | B5 | 0 | 48 | 8 | 17 | 133 | 38 | 31 |
| Octal | 305 | 67 | 265 | 0 | 110 | 10 | 27 | 463 | 70 | 61 |
| Binary | 11000101 | 110111 | 10110101 | 0 | 1001000 | 1000 | 10111 | 100110011 | 111000 | 110001 |
Color Harmonies of #C537B5
Complementary color
Monochromatic Colors of #C537B5
Black with #C537B5
Text Example
Text Example
White with #C537B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537B5; }
p { color: rgb(197,55,181); }
H1.HeaderClassName
{
color: #C537B5;
}
.AnyTagClassName
{
color: #C537B5;
}
</style>
background-color css
<style>
a { background-color: #C537B5; }
a { background-color: rgb(197,55,181); }
div.DivClassName
{
background-color: #C537B5;
}
.BgClassName
{
background-color: #C537B5;
}
</style>
border-color css
<style>
span { border-color: #C537B5; }
span { border-color: rgb(197,55,181); }
td.TdClassName
{
border-color: #C537B5;
}
.TagClassName
{
border-color: #C537B5;
}
</style>