Shades of Fuchsia #C43FB9
Tints of Fuchsia #C43FB9
RGB
CMYK
RGB Variations
Color information
#C43FB9 (or 0xC43FB9) is known color: Fuchsia. HEX triplet: C4, 3F and B9. RGB value is (196,63,185). Sum of RGB (Red+Green+Blue) = 196+63+185=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FB9 is #3BC046. Grayscale: #747474. Windows color (decimal): -3915847 or 12140484. OLE color: 12140484.
HSL color Cylindrical-coordinate representation of color #C43FB9: hue angle of 304.96º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C43FB9 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 185 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.23 |
| HSL | 304.96º | 0.53% | 0.51% | - |
| HSV(B) | 304.96º | 0.68% | 0.77% | - |
| XYZ | 33.3 | 18.79 | 47.77 | - |
| YUV | 116.68 | 166.56 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 185 | 0 | 0.68 | 0.06 | 0.23 | 304.96 | 0.53 | 0.51 |
| Hex | C4 | 3F | B9 | 0 | 44 | 6 | 17 | 131 | 35 | 33 |
| Octal | 304 | 77 | 271 | 0 | 104 | 6 | 27 | 461 | 65 | 63 |
| Binary | 11000100 | 111111 | 10111001 | 0 | 1000100 | 110 | 10111 | 100110001 | 110101 | 110011 |
Color Harmonies of #C43FB9
Complementary color
Monochromatic Colors of #C43FB9
Black with #C43FB9
Text Example
Text Example
White with #C43FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FB9; }
p { color: rgb(196,63,185); }
H1.HeaderClassName
{
color: #C43FB9;
}
.AnyTagClassName
{
color: #C43FB9;
}
</style>
background-color css
<style>
a { background-color: #C43FB9; }
a { background-color: rgb(196,63,185); }
div.DivClassName
{
background-color: #C43FB9;
}
.BgClassName
{
background-color: #C43FB9;
}
</style>
border-color css
<style>
span { border-color: #C43FB9; }
span { border-color: rgb(196,63,185); }
td.TdClassName
{
border-color: #C43FB9;
}
.TagClassName
{
border-color: #C43FB9;
}
</style>