Shades of Fuchsia #C537CF
Tints of Fuchsia #C537CF
RGB
CMYK
RGB Variations
Color information
#C537CF (or 0xC537CF) is known color: Fuchsia. HEX triplet: C5, 37 and CF. RGB value is (197,55,207). Sum of RGB (Red+Green+Blue) = 197+55+207=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C537CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537CF is #3AC830. Grayscale: #727272. Windows color (decimal): -3852337 or 13580229. OLE color: 13580229.
HSL color Cylindrical-coordinate representation of color #C537CF: hue angle of 296.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C537CF is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 55 | 207 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.19 |
| HSL | 296.05º | 0.61% | 0.51% | - |
| HSV(B) | 296.05º | 0.73% | 0.81% | - |
| XYZ | 35.65 | 19.11 | 60.84 | - |
| YUV | 114.79 | 180.04 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 207 | 0.05 | 0.73 | 0 | 0.19 | 296.05 | 0.61 | 0.51 |
| Hex | C5 | 37 | CF | 5 | 49 | 0 | 13 | 128 | 3D | 33 |
| Octal | 305 | 67 | 317 | 5 | 111 | 0 | 23 | 450 | 75 | 63 |
| Binary | 11000101 | 110111 | 11001111 | 101 | 1001001 | 0 | 10011 | 100101000 | 111101 | 110011 |
Color Harmonies of #C537CF
Complementary color
Monochromatic Colors of #C537CF
Black with #C537CF
Text Example
Text Example
White with #C537CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537CF; }
p { color: rgb(197,55,207); }
H1.HeaderClassName
{
color: #C537CF;
}
.AnyTagClassName
{
color: #C537CF;
}
</style>
background-color css
<style>
a { background-color: #C537CF; }
a { background-color: rgb(197,55,207); }
div.DivClassName
{
background-color: #C537CF;
}
.BgClassName
{
background-color: #C537CF;
}
</style>
border-color css
<style>
span { border-color: #C537CF; }
span { border-color: rgb(197,55,207); }
td.TdClassName
{
border-color: #C537CF;
}
.TagClassName
{
border-color: #C537CF;
}
</style>