Shades of Fuchsia #C539B5
Tints of Fuchsia #C539B5
RGB
CMYK
RGB Variations
Color information
#C539B5 (or 0xC539B5) is known color: Fuchsia. HEX triplet: C5, 39 and B5. RGB value is (197,57,181). Sum of RGB (Red+Green+Blue) = 197+57+181=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C539B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539B5 is #3AC64A. Grayscale: #707070. Windows color (decimal): -3851851 or 11876805. OLE color: 11876805.
HSL color Cylindrical-coordinate representation of color #C539B5: hue angle of 306.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 #C539B5 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 181 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.23 |
| HSL | 306.86º | 0.55% | 0.5% | - |
| HSV(B) | 306.86º | 0.71% | 0.77% | - |
| XYZ | 32.83 | 18.13 | 45.49 | - |
| YUV | 113 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 181 | 0 | 0.71 | 0.08 | 0.23 | 306.86 | 0.55 | 0.5 |
| Hex | C5 | 39 | B5 | 0 | 47 | 8 | 17 | 133 | 37 | 32 |
| Octal | 305 | 71 | 265 | 0 | 107 | 10 | 27 | 463 | 67 | 62 |
| Binary | 11000101 | 111001 | 10110101 | 0 | 1000111 | 1000 | 10111 | 100110011 | 110111 | 110010 |
Color Harmonies of #C539B5
Complementary color
Monochromatic Colors of #C539B5
Black with #C539B5
Text Example
Text Example
White with #C539B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539B5; }
p { color: rgb(197,57,181); }
H1.HeaderClassName
{
color: #C539B5;
}
.AnyTagClassName
{
color: #C539B5;
}
</style>
background-color css
<style>
a { background-color: #C539B5; }
a { background-color: rgb(197,57,181); }
div.DivClassName
{
background-color: #C539B5;
}
.BgClassName
{
background-color: #C539B5;
}
</style>
border-color css
<style>
span { border-color: #C539B5; }
span { border-color: rgb(197,57,181); }
td.TdClassName
{
border-color: #C539B5;
}
.TagClassName
{
border-color: #C539B5;
}
</style>