Shades of Fuchsia #C431BA
Tints of Fuchsia #C431BA
RGB
CMYK
RGB Variations
Color information
#C431BA (or 0xC431BA) is known color: Fuchsia. HEX triplet: C4, 31 and BA. RGB value is (196,49,186). Sum of RGB (Red+Green+Blue) = 196+49+186=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C431BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431BA is #3BCE45. Grayscale: #6C6C6C. Windows color (decimal): -3919430 or 12202436. OLE color: 12202436.
HSL color Cylindrical-coordinate representation of color #C431BA: hue angle of 304.08º 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 #C431BA is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 186 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.23 |
| HSL | 304.08º | 0.6% | 0.48% | - |
| HSV(B) | 304.08º | 0.75% | 0.77% | - |
| XYZ | 32.73 | 17.48 | 48.1 | - |
| YUV | 108.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 186 | 0 | 0.75 | 0.05 | 0.23 | 304.08 | 0.6 | 0.48 |
| Hex | C4 | 31 | BA | 0 | 4B | 5 | 17 | 130 | 3C | 30 |
| Octal | 304 | 61 | 272 | 0 | 113 | 5 | 27 | 460 | 74 | 60 |
| Binary | 11000100 | 110001 | 10111010 | 0 | 1001011 | 101 | 10111 | 100110000 | 111100 | 110000 |
Color Harmonies of #C431BA
Complementary color
Monochromatic Colors of #C431BA
Black with #C431BA
Text Example
Text Example
White with #C431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431BA; }
p { color: rgb(196,49,186); }
H1.HeaderClassName
{
color: #C431BA;
}
.AnyTagClassName
{
color: #C431BA;
}
</style>
background-color css
<style>
a { background-color: #C431BA; }
a { background-color: rgb(196,49,186); }
div.DivClassName
{
background-color: #C431BA;
}
.BgClassName
{
background-color: #C431BA;
}
</style>
border-color css
<style>
span { border-color: #C431BA; }
span { border-color: rgb(196,49,186); }
td.TdClassName
{
border-color: #C431BA;
}
.TagClassName
{
border-color: #C431BA;
}
</style>