Shades of Fuchsia #C431B0
Tints of Fuchsia #C431B0
RGB
CMYK
RGB Variations
Color information
#C431B0 (or 0xC431B0) is known color: Fuchsia. HEX triplet: C4, 31 and B0. RGB value is (196,49,176). Sum of RGB (Red+Green+Blue) = 196+49+176=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C431B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431B0 is #3BCE4F. Grayscale: #6B6B6B. Windows color (decimal): -3919440 or 11547076. OLE color: 11547076.
HSL color Cylindrical-coordinate representation of color #C431B0: hue angle of 308.16º 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 #C431B0 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 176 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.23 |
| HSL | 308.16º | 0.6% | 0.48% | - |
| HSV(B) | 308.16º | 0.75% | 0.77% | - |
| XYZ | 31.7 | 17.07 | 42.7 | - |
| YUV | 107.43 | 166.7 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 176 | 0 | 0.75 | 0.10 | 0.23 | 308.16 | 0.6 | 0.48 |
| Hex | C4 | 31 | B0 | 0 | 4B | A | 17 | 134 | 3C | 30 |
| Octal | 304 | 61 | 260 | 0 | 113 | 12 | 27 | 464 | 74 | 60 |
| Binary | 11000100 | 110001 | 10110000 | 0 | 1001011 | 1010 | 10111 | 100110100 | 111100 | 110000 |
Color Harmonies of #C431B0
Complementary color
Monochromatic Colors of #C431B0
Black with #C431B0
Text Example
Text Example
White with #C431B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431B0; }
p { color: rgb(196,49,176); }
H1.HeaderClassName
{
color: #C431B0;
}
.AnyTagClassName
{
color: #C431B0;
}
</style>
background-color css
<style>
a { background-color: #C431B0; }
a { background-color: rgb(196,49,176); }
div.DivClassName
{
background-color: #C431B0;
}
.BgClassName
{
background-color: #C431B0;
}
</style>
border-color css
<style>
span { border-color: #C431B0; }
span { border-color: rgb(196,49,176); }
td.TdClassName
{
border-color: #C431B0;
}
.TagClassName
{
border-color: #C431B0;
}
</style>