Shades of Fuchsia #C431B8
Tints of Fuchsia #C431B8
RGB
CMYK
RGB Variations
Color information
#C431B8 (or 0xC431B8) is known color: Fuchsia. HEX triplet: C4, 31 and B8. RGB value is (196,49,184). Sum of RGB (Red+Green+Blue) = 196+49+184=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C431B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431B8 is #3BCE47. Grayscale: #6B6B6B. Windows color (decimal): -3919432 or 12071364. OLE color: 12071364.
HSL color Cylindrical-coordinate representation of color #C431B8: hue angle of 304.9º 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 #C431B8 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 184 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.23 |
| HSL | 304.9º | 0.6% | 0.48% | - |
| HSV(B) | 304.9º | 0.75% | 0.77% | - |
| XYZ | 32.52 | 17.39 | 46.99 | - |
| YUV | 108.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 184 | 0 | 0.75 | 0.06 | 0.23 | 304.9 | 0.6 | 0.48 |
| Hex | C4 | 31 | B8 | 0 | 4B | 6 | 17 | 131 | 3C | 30 |
| Octal | 304 | 61 | 270 | 0 | 113 | 6 | 27 | 461 | 74 | 60 |
| Binary | 11000100 | 110001 | 10111000 | 0 | 1001011 | 110 | 10111 | 100110001 | 111100 | 110000 |
Color Harmonies of #C431B8
Complementary color
Monochromatic Colors of #C431B8
Black with #C431B8
Text Example
Text Example
White with #C431B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431B8; }
p { color: rgb(196,49,184); }
H1.HeaderClassName
{
color: #C431B8;
}
.AnyTagClassName
{
color: #C431B8;
}
</style>
background-color css
<style>
a { background-color: #C431B8; }
a { background-color: rgb(196,49,184); }
div.DivClassName
{
background-color: #C431B8;
}
.BgClassName
{
background-color: #C431B8;
}
</style>
border-color css
<style>
span { border-color: #C431B8; }
span { border-color: rgb(196,49,184); }
td.TdClassName
{
border-color: #C431B8;
}
.TagClassName
{
border-color: #C431B8;
}
</style>