Shades of Fuchsia #C537C1
Tints of Fuchsia #C537C1
RGB
CMYK
RGB Variations
Color information
#C537C1 (or 0xC537C1) is known color: Fuchsia. HEX triplet: C5, 37 and C1. RGB value is (197,55,193). Sum of RGB (Red+Green+Blue) = 197+55+193=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C537C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537C1 is #3AC83E. Grayscale: #707070. Windows color (decimal): -3852351 or 12662725. OLE color: 12662725.
HSL color Cylindrical-coordinate representation of color #C537C1: hue angle of 301.69º 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 #C537C1 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 193 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.23 |
| HSL | 301.69º | 0.56% | 0.49% | - |
| HSV(B) | 301.69º | 0.72% | 0.77% | - |
| XYZ | 34.02 | 18.45 | 52.22 | - |
| YUV | 113.19 | 173.04 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 193 | 0 | 0.72 | 0.02 | 0.23 | 301.69 | 0.56 | 0.49 |
| Hex | C5 | 37 | C1 | 0 | 48 | 2 | 17 | 12E | 38 | 31 |
| Octal | 305 | 67 | 301 | 0 | 110 | 2 | 27 | 456 | 70 | 61 |
| Binary | 11000101 | 110111 | 11000001 | 0 | 1001000 | 10 | 10111 | 100101110 | 111000 | 110001 |
Color Harmonies of #C537C1
Complementary color
Monochromatic Colors of #C537C1
Black with #C537C1
Text Example
Text Example
White with #C537C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537C1; }
p { color: rgb(197,55,193); }
H1.HeaderClassName
{
color: #C537C1;
}
.AnyTagClassName
{
color: #C537C1;
}
</style>
background-color css
<style>
a { background-color: #C537C1; }
a { background-color: rgb(197,55,193); }
div.DivClassName
{
background-color: #C537C1;
}
.BgClassName
{
background-color: #C537C1;
}
</style>
border-color css
<style>
span { border-color: #C537C1; }
span { border-color: rgb(197,55,193); }
td.TdClassName
{
border-color: #C537C1;
}
.TagClassName
{
border-color: #C537C1;
}
</style>