Shades of Fuchsia #C431BC
Tints of Fuchsia #C431BC
RGB
CMYK
RGB Variations
Color information
#C431BC (or 0xC431BC) is known color: Fuchsia. HEX triplet: C4, 31 and BC. RGB value is (196,49,188). Sum of RGB (Red+Green+Blue) = 196+49+188=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C431BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431BC is #3BCE43. Grayscale: #6C6C6C. Windows color (decimal): -3919428 or 12333508. OLE color: 12333508.
HSL color Cylindrical-coordinate representation of color #C431BC: hue angle of 303.27º 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 #C431BC is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 188 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.23 |
| HSL | 303.27º | 0.6% | 0.48% | - |
| HSV(B) | 303.27º | 0.75% | 0.77% | - |
| XYZ | 32.94 | 17.56 | 49.23 | - |
| YUV | 108.8 | 172.7 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 188 | 0 | 0.75 | 0.04 | 0.23 | 303.27 | 0.6 | 0.48 |
| Hex | C4 | 31 | BC | 0 | 4B | 4 | 17 | 12F | 3C | 30 |
| Octal | 304 | 61 | 274 | 0 | 113 | 4 | 27 | 457 | 74 | 60 |
| Binary | 11000100 | 110001 | 10111100 | 0 | 1001011 | 100 | 10111 | 100101111 | 111100 | 110000 |
Color Harmonies of #C431BC
Complementary color
Monochromatic Colors of #C431BC
Black with #C431BC
Text Example
Text Example
White with #C431BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431BC; }
p { color: rgb(196,49,188); }
H1.HeaderClassName
{
color: #C431BC;
}
.AnyTagClassName
{
color: #C431BC;
}
</style>
background-color css
<style>
a { background-color: #C431BC; }
a { background-color: rgb(196,49,188); }
div.DivClassName
{
background-color: #C431BC;
}
.BgClassName
{
background-color: #C431BC;
}
</style>
border-color css
<style>
span { border-color: #C431BC; }
span { border-color: rgb(196,49,188); }
td.TdClassName
{
border-color: #C431BC;
}
.TagClassName
{
border-color: #C431BC;
}
</style>