Shades of Fuchsia #C431B3
Tints of Fuchsia #C431B3
RGB
CMYK
RGB Variations
Color information
#C431B3 (or 0xC431B3) is known color: Fuchsia. HEX triplet: C4, 31 and B3. RGB value is (196,49,179). Sum of RGB (Red+Green+Blue) = 196+49+179=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C431B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431B3 is #3BCE4C. Grayscale: #6B6B6B. Windows color (decimal): -3919437 or 11743684. OLE color: 11743684.
HSL color Cylindrical-coordinate representation of color #C431B3: hue angle of 306.94º 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 #C431B3 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 179 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.23 |
| HSL | 306.94º | 0.6% | 0.48% | - |
| HSV(B) | 306.94º | 0.75% | 0.77% | - |
| XYZ | 32 | 17.19 | 44.28 | - |
| YUV | 107.77 | 168.2 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 179 | 0 | 0.75 | 0.09 | 0.23 | 306.94 | 0.6 | 0.48 |
| Hex | C4 | 31 | B3 | 0 | 4B | 9 | 17 | 133 | 3C | 30 |
| Octal | 304 | 61 | 263 | 0 | 113 | 11 | 27 | 463 | 74 | 60 |
| Binary | 11000100 | 110001 | 10110011 | 0 | 1001011 | 1001 | 10111 | 100110011 | 111100 | 110000 |
Color Harmonies of #C431B3
Complementary color
Monochromatic Colors of #C431B3
Black with #C431B3
Text Example
Text Example
White with #C431B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431B3; }
p { color: rgb(196,49,179); }
H1.HeaderClassName
{
color: #C431B3;
}
.AnyTagClassName
{
color: #C431B3;
}
</style>
background-color css
<style>
a { background-color: #C431B3; }
a { background-color: rgb(196,49,179); }
div.DivClassName
{
background-color: #C431B3;
}
.BgClassName
{
background-color: #C431B3;
}
</style>
border-color css
<style>
span { border-color: #C431B3; }
span { border-color: rgb(196,49,179); }
td.TdClassName
{
border-color: #C431B3;
}
.TagClassName
{
border-color: #C431B3;
}
</style>