Shades of Fuchsia #C537C0
Tints of Fuchsia #C537C0
RGB
CMYK
RGB Variations
Color information
#C537C0 (or 0xC537C0) is known color: Fuchsia. HEX triplet: C5, 37 and C0. RGB value is (197,55,192). Sum of RGB (Red+Green+Blue) = 197+55+192=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C537C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537C0 is #3AC83F. Grayscale: #707070. Windows color (decimal): -3852352 or 12597189. OLE color: 12597189.
HSL color Cylindrical-coordinate representation of color #C537C0: hue angle of 302.11º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C537C0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 192 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.23 |
| HSL | 302.11º | 0.56% | 0.49% | - |
| HSV(B) | 302.11º | 0.72% | 0.77% | - |
| XYZ | 33.91 | 18.41 | 51.64 | - |
| YUV | 113.08 | 172.54 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 192 | 0 | 0.72 | 0.03 | 0.23 | 302.11 | 0.56 | 0.49 |
| Hex | C5 | 37 | C0 | 0 | 48 | 3 | 17 | 12E | 38 | 31 |
| Octal | 305 | 67 | 300 | 0 | 110 | 3 | 27 | 456 | 70 | 61 |
| Binary | 11000101 | 110111 | 11000000 | 0 | 1001000 | 11 | 10111 | 100101110 | 111000 | 110001 |
Color Harmonies of #C537C0
Complementary color
Monochromatic Colors of #C537C0
Black with #C537C0
Text Example
Text Example
White with #C537C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537C0; }
p { color: rgb(197,55,192); }
H1.HeaderClassName
{
color: #C537C0;
}
.AnyTagClassName
{
color: #C537C0;
}
</style>
background-color css
<style>
a { background-color: #C537C0; }
a { background-color: rgb(197,55,192); }
div.DivClassName
{
background-color: #C537C0;
}
.BgClassName
{
background-color: #C537C0;
}
</style>
border-color css
<style>
span { border-color: #C537C0; }
span { border-color: rgb(197,55,192); }
td.TdClassName
{
border-color: #C537C0;
}
.TagClassName
{
border-color: #C537C0;
}
</style>