Shades of Fuchsia #C539B4
Tints of Fuchsia #C539B4
RGB
CMYK
RGB Variations
Color information
#C539B4 (or 0xC539B4) is known color: Fuchsia. HEX triplet: C5, 39 and B4. RGB value is (197,57,180). Sum of RGB (Red+Green+Blue) = 197+57+180=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C539B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539B4 is #3AC64B. Grayscale: #707070. Windows color (decimal): -3851852 or 11811269. OLE color: 11811269.
HSL color Cylindrical-coordinate representation of color #C539B4: hue angle of 307.29º 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 #C539B4 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 180 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.23 |
| HSL | 307.29º | 0.55% | 0.5% | - |
| HSV(B) | 307.29º | 0.71% | 0.77% | - |
| XYZ | 32.73 | 18.09 | 44.95 | - |
| YUV | 112.88 | 165.88 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 180 | 0 | 0.71 | 0.09 | 0.23 | 307.29 | 0.55 | 0.5 |
| Hex | C5 | 39 | B4 | 0 | 47 | 9 | 17 | 133 | 37 | 32 |
| Octal | 305 | 71 | 264 | 0 | 107 | 11 | 27 | 463 | 67 | 62 |
| Binary | 11000101 | 111001 | 10110100 | 0 | 1000111 | 1001 | 10111 | 100110011 | 110111 | 110010 |
Color Harmonies of #C539B4
Complementary color
Monochromatic Colors of #C539B4
Black with #C539B4
Text Example
Text Example
White with #C539B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539B4; }
p { color: rgb(197,57,180); }
H1.HeaderClassName
{
color: #C539B4;
}
.AnyTagClassName
{
color: #C539B4;
}
</style>
background-color css
<style>
a { background-color: #C539B4; }
a { background-color: rgb(197,57,180); }
div.DivClassName
{
background-color: #C539B4;
}
.BgClassName
{
background-color: #C539B4;
}
</style>
border-color css
<style>
span { border-color: #C539B4; }
span { border-color: rgb(197,57,180); }
td.TdClassName
{
border-color: #C539B4;
}
.TagClassName
{
border-color: #C539B4;
}
</style>