Shades of Fuchsia #C539B2
Tints of Fuchsia #C539B2
RGB
CMYK
RGB Variations
Color information
#C539B2 (or 0xC539B2) is known color: Fuchsia. HEX triplet: C5, 39 and B2. RGB value is (197,57,178). Sum of RGB (Red+Green+Blue) = 197+57+178=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C539B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C539B2 is #3AC64D. Grayscale: #707070. Windows color (decimal): -3851854 or 11680197. OLE color: 11680197.
HSL color Cylindrical-coordinate representation of color #C539B2: hue angle of 308.14º 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 #C539B2 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 178 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.23 |
| HSL | 308.14º | 0.55% | 0.5% | - |
| HSV(B) | 308.14º | 0.71% | 0.77% | - |
| XYZ | 32.52 | 18.01 | 43.88 | - |
| YUV | 112.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 178 | 0 | 0.71 | 0.10 | 0.23 | 308.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | B2 | 0 | 47 | A | 17 | 134 | 37 | 32 |
| Octal | 305 | 71 | 262 | 0 | 107 | 12 | 27 | 464 | 67 | 62 |
| Binary | 11000101 | 111001 | 10110010 | 0 | 1000111 | 1010 | 10111 | 100110100 | 110111 | 110010 |
Color Harmonies of #C539B2
Complementary color
Monochromatic Colors of #C539B2
Black with #C539B2
Text Example
Text Example
White with #C539B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539B2; }
p { color: rgb(197,57,178); }
H1.HeaderClassName
{
color: #C539B2;
}
.AnyTagClassName
{
color: #C539B2;
}
</style>
background-color css
<style>
a { background-color: #C539B2; }
a { background-color: rgb(197,57,178); }
div.DivClassName
{
background-color: #C539B2;
}
.BgClassName
{
background-color: #C539B2;
}
</style>
border-color css
<style>
span { border-color: #C539B2; }
span { border-color: rgb(197,57,178); }
td.TdClassName
{
border-color: #C539B2;
}
.TagClassName
{
border-color: #C539B2;
}
</style>