Shades of Fuchsia #C539CE
Tints of Fuchsia #C539CE
RGB
CMYK
RGB Variations
Color information
#C539CE (or 0xC539CE) is known color: Fuchsia. HEX triplet: C5, 39 and CE. RGB value is (197,57,206). Sum of RGB (Red+Green+Blue) = 197+57+206=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #C539CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539CE is #3AC631. Grayscale: #737373. Windows color (decimal): -3851826 or 13515205. OLE color: 13515205.
HSL color Cylindrical-coordinate representation of color #C539CE: hue angle of 296.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C539CE is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 57 | 206 | - |
| CMYK | 0.04 | 0.72 | 0 | 0.19 |
| HSL | 296.38º | 0.6% | 0.52% | - |
| HSV(B) | 296.38º | 0.72% | 0.81% | - |
| XYZ | 35.63 | 19.25 | 60.23 | - |
| YUV | 115.85 | 178.88 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 206 | 0.04 | 0.72 | 0 | 0.19 | 296.38 | 0.6 | 0.52 |
| Hex | C5 | 39 | CE | 4 | 48 | 0 | 13 | 128 | 3C | 34 |
| Octal | 305 | 71 | 316 | 4 | 110 | 0 | 23 | 450 | 74 | 64 |
| Binary | 11000101 | 111001 | 11001110 | 100 | 1001000 | 0 | 10011 | 100101000 | 111100 | 110100 |
Color Harmonies of #C539CE
Complementary color
Monochromatic Colors of #C539CE
Black with #C539CE
Text Example
Text Example
White with #C539CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539CE; }
p { color: rgb(197,57,206); }
H1.HeaderClassName
{
color: #C539CE;
}
.AnyTagClassName
{
color: #C539CE;
}
</style>
background-color css
<style>
a { background-color: #C539CE; }
a { background-color: rgb(197,57,206); }
div.DivClassName
{
background-color: #C539CE;
}
.BgClassName
{
background-color: #C539CE;
}
</style>
border-color css
<style>
span { border-color: #C539CE; }
span { border-color: rgb(197,57,206); }
td.TdClassName
{
border-color: #C539CE;
}
.TagClassName
{
border-color: #C539CE;
}
</style>