Shades of Fuchsia #C539CC
Tints of Fuchsia #C539CC
RGB
CMYK
RGB Variations
Color information
#C539CC (or 0xC539CC) is known color: Fuchsia. HEX triplet: C5, 39 and CC. RGB value is (197,57,204). Sum of RGB (Red+Green+Blue) = 197+57+204=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 57 (22.66% from 255 or 12.45% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #C539CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539CC is #3AC633. Grayscale: #737373. Windows color (decimal): -3851828 or 13384133. OLE color: 13384133.
HSL color Cylindrical-coordinate representation of color #C539CC: hue angle of 297.14º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C539CC is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 57 | 204 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.2 |
| HSL | 297.14º | 0.59% | 0.51% | - |
| HSV(B) | 297.14º | 0.72% | 0.8% | - |
| XYZ | 35.39 | 19.16 | 58.96 | - |
| YUV | 115.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 204 | 0.03 | 0.72 | 0 | 0.2 | 297.14 | 0.59 | 0.51 |
| Hex | C5 | 39 | CC | 3 | 48 | 0 | 14 | 129 | 3B | 33 |
| Octal | 305 | 71 | 314 | 3 | 110 | 0 | 24 | 451 | 73 | 63 |
| Binary | 11000101 | 111001 | 11001100 | 11 | 1001000 | 0 | 10100 | 100101001 | 111011 | 110011 |
Color Harmonies of #C539CC
Complementary color
Monochromatic Colors of #C539CC
Black with #C539CC
Text Example
Text Example
White with #C539CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539CC; }
p { color: rgb(197,57,204); }
H1.HeaderClassName
{
color: #C539CC;
}
.AnyTagClassName
{
color: #C539CC;
}
</style>
background-color css
<style>
a { background-color: #C539CC; }
a { background-color: rgb(197,57,204); }
div.DivClassName
{
background-color: #C539CC;
}
.BgClassName
{
background-color: #C539CC;
}
</style>
border-color css
<style>
span { border-color: #C539CC; }
span { border-color: rgb(197,57,204); }
td.TdClassName
{
border-color: #C539CC;
}
.TagClassName
{
border-color: #C539CC;
}
</style>