Shades of Fuchsia #C531BA
Tints of Fuchsia #C531BA
RGB
CMYK
RGB Variations
Color information
#C531BA (or 0xC531BA) is known color: Fuchsia. HEX triplet: C5, 31 and BA. RGB value is (197,49,186). Sum of RGB (Red+Green+Blue) = 197+49+186=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C531BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C531BA is #3ACE45. Grayscale: #6C6C6C. Windows color (decimal): -3853894 or 12202437. OLE color: 12202437.
HSL color Cylindrical-coordinate representation of color #C531BA: hue angle of 304.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C531BA is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 186 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.23 |
| HSL | 304.46º | 0.6% | 0.48% | - |
| HSV(B) | 304.46º | 0.75% | 0.77% | - |
| XYZ | 32.99 | 17.61 | 48.12 | - |
| YUV | 108.87 | 171.53 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 186 | 0 | 0.75 | 0.06 | 0.23 | 304.46 | 0.6 | 0.48 |
| Hex | C5 | 31 | BA | 0 | 4B | 6 | 17 | 130 | 3C | 30 |
| Octal | 305 | 61 | 272 | 0 | 113 | 6 | 27 | 460 | 74 | 60 |
| Binary | 11000101 | 110001 | 10111010 | 0 | 1001011 | 110 | 10111 | 100110000 | 111100 | 110000 |
Color Harmonies of #C531BA
Complementary color
Monochromatic Colors of #C531BA
Black with #C531BA
Text Example
Text Example
White with #C531BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C531BA; }
p { color: rgb(197,49,186); }
H1.HeaderClassName
{
color: #C531BA;
}
.AnyTagClassName
{
color: #C531BA;
}
</style>
background-color css
<style>
a { background-color: #C531BA; }
a { background-color: rgb(197,49,186); }
div.DivClassName
{
background-color: #C531BA;
}
.BgClassName
{
background-color: #C531BA;
}
</style>
border-color css
<style>
span { border-color: #C531BA; }
span { border-color: rgb(197,49,186); }
td.TdClassName
{
border-color: #C531BA;
}
.TagClassName
{
border-color: #C531BA;
}
</style>