Shades of Fuchsia #C431B4
Tints of Fuchsia #C431B4
RGB
CMYK
RGB Variations
Color information
#C431B4 (or 0xC431B4) is known color: Fuchsia. HEX triplet: C4, 31 and B4. RGB value is (196,49,180). Sum of RGB (Red+Green+Blue) = 196+49+180=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C431B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431B4 is #3BCE4B. Grayscale: #6B6B6B. Windows color (decimal): -3919436 or 11809220. OLE color: 11809220.
HSL color Cylindrical-coordinate representation of color #C431B4: hue angle of 306.53º 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 #C431B4 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 180 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.23 |
| HSL | 306.53º | 0.6% | 0.48% | - |
| HSV(B) | 306.53º | 0.75% | 0.77% | - |
| XYZ | 32.1 | 17.23 | 44.81 | - |
| YUV | 107.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 180 | 0 | 0.75 | 0.08 | 0.23 | 306.53 | 0.6 | 0.48 |
| Hex | C4 | 31 | B4 | 0 | 4B | 8 | 17 | 133 | 3C | 30 |
| Octal | 304 | 61 | 264 | 0 | 113 | 10 | 27 | 463 | 74 | 60 |
| Binary | 11000100 | 110001 | 10110100 | 0 | 1001011 | 1000 | 10111 | 100110011 | 111100 | 110000 |
Color Harmonies of #C431B4
Complementary color
Monochromatic Colors of #C431B4
Black with #C431B4
Text Example
Text Example
White with #C431B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431B4; }
p { color: rgb(196,49,180); }
H1.HeaderClassName
{
color: #C431B4;
}
.AnyTagClassName
{
color: #C431B4;
}
</style>
background-color css
<style>
a { background-color: #C431B4; }
a { background-color: rgb(196,49,180); }
div.DivClassName
{
background-color: #C431B4;
}
.BgClassName
{
background-color: #C431B4;
}
</style>
border-color css
<style>
span { border-color: #C431B4; }
span { border-color: rgb(196,49,180); }
td.TdClassName
{
border-color: #C431B4;
}
.TagClassName
{
border-color: #C431B4;
}
</style>