Shades of Fuchsia #C537C4
Tints of Fuchsia #C537C4
RGB
CMYK
RGB Variations
Color information
#C537C4 (or 0xC537C4) is known color: Fuchsia. HEX triplet: C5, 37 and C4. RGB value is (197,55,196). Sum of RGB (Red+Green+Blue) = 197+55+196=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 55 (21.88% from 255 or 12.28% from 448); Blue value is 196 (76.95% from 255 or 43.75% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C537C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C537C4 is #3AC83B. Grayscale: #717171. Windows color (decimal): -3852348 or 12859333. OLE color: 12859333.
HSL color Cylindrical-coordinate representation of color #C537C4: hue angle of 300.42º 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 #C537C4 is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 196 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.23 |
| HSL | 300.42º | 0.56% | 0.49% | - |
| HSV(B) | 300.42º | 0.72% | 0.77% | - |
| XYZ | 34.36 | 18.59 | 54 | - |
| YUV | 113.53 | 174.54 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 196 | 0 | 0.72 | 0.01 | 0.23 | 300.42 | 0.56 | 0.49 |
| Hex | C5 | 37 | C4 | 0 | 48 | 1 | 17 | 12C | 38 | 31 |
| Octal | 305 | 67 | 304 | 0 | 110 | 1 | 27 | 454 | 70 | 61 |
| Binary | 11000101 | 110111 | 11000100 | 0 | 1001000 | 1 | 10111 | 100101100 | 111000 | 110001 |
Color Harmonies of #C537C4
Complementary color
Monochromatic Colors of #C537C4
Black with #C537C4
Text Example
Text Example
White with #C537C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C537C4; }
p { color: rgb(197,55,196); }
H1.HeaderClassName
{
color: #C537C4;
}
.AnyTagClassName
{
color: #C537C4;
}
</style>
background-color css
<style>
a { background-color: #C537C4; }
a { background-color: rgb(197,55,196); }
div.DivClassName
{
background-color: #C537C4;
}
.BgClassName
{
background-color: #C537C4;
}
</style>
border-color css
<style>
span { border-color: #C537C4; }
span { border-color: rgb(197,55,196); }
td.TdClassName
{
border-color: #C537C4;
}
.TagClassName
{
border-color: #C537C4;
}
</style>