Shades of Fuchsia #C537CC
Tints of Fuchsia #C537CC
RGB
CMYK
RGB Variations
Color information
#C537CC (or 0xC537CC) is known color: Fuchsia. HEX triplet: C5, 37 and CC. RGB value is (197,55,204). Sum of RGB (Red+Green+Blue) = 197+55+204=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C537CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CC is #3AC833. Grayscale: #717171. Windows color (decimal): -3852340 or 13383621. OLE color: 13383621.
HSL color Cylindrical-coordinate representation of color #C537CC: hue angle of 297.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537CC is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 55 | 204 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.2 |
| HSL | 297.18º | 0.59% | 0.51% | - |
| HSV(B) | 297.18º | 0.73% | 0.8% | - |
| XYZ | 35.29 | 18.96 | 58.93 | - |
| YUV | 114.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 204 | 0.03 | 0.73 | 0 | 0.2 | 297.18 | 0.59 | 0.51 |
| Hex | C5 | 37 | CC | 3 | 49 | 0 | 14 | 129 | 3B | 33 |
| Octal | 305 | 67 | 314 | 3 | 111 | 0 | 24 | 451 | 73 | 63 |
| Binary | 11000101 | 110111 | 11001100 | 11 | 1001001 | 0 | 10100 | 100101001 | 111011 | 110011 |
Color Harmonies of #C537CC
Complementary color
Monochromatic Colors of #C537CC
Black with #C537CC
Text Example
Text Example
White with #C537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537CC; }
p { color: rgb(197,55,204); }
H1.HeaderClassName
{
color: #C537CC;
}
.AnyTagClassName
{
color: #C537CC;
}
</style>
background-color css
<style>
a { background-color: #C537CC; }
a { background-color: rgb(197,55,204); }
div.DivClassName
{
background-color: #C537CC;
}
.BgClassName
{
background-color: #C537CC;
}
</style>
border-color css
<style>
span { border-color: #C537CC; }
span { border-color: rgb(197,55,204); }
td.TdClassName
{
border-color: #C537CC;
}
.TagClassName
{
border-color: #C537CC;
}
</style>