Shades of Fuchsia #C43AB4
Tints of Fuchsia #C43AB4
RGB
CMYK
RGB Variations
Color information
#C43AB4 (or 0xC43AB4) is known color: Fuchsia. HEX triplet: C4, 3A and B4. RGB value is (196,58,180). Sum of RGB (Red+Green+Blue) = 196+58+180=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AB4 is #3BC54B. Grayscale: #707070. Windows color (decimal): -3917132 or 11811524. OLE color: 11811524.
HSL color Cylindrical-coordinate representation of color #C43AB4: hue angle of 306.96º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43AB4 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 180 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.23 |
| HSL | 306.96º | 0.54% | 0.5% | - |
| HSV(B) | 306.96º | 0.7% | 0.77% | - |
| XYZ | 32.52 | 18.06 | 44.95 | - |
| YUV | 113.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 180 | 0 | 0.70 | 0.08 | 0.23 | 306.96 | 0.54 | 0.5 |
| Hex | C4 | 3A | B4 | 0 | 46 | 8 | 17 | 133 | 36 | 32 |
| Octal | 304 | 72 | 264 | 0 | 106 | 10 | 27 | 463 | 66 | 62 |
| Binary | 11000100 | 111010 | 10110100 | 0 | 1000110 | 1000 | 10111 | 100110011 | 110110 | 110010 |
Color Harmonies of #C43AB4
Complementary color
Monochromatic Colors of #C43AB4
Black with #C43AB4
Text Example
Text Example
White with #C43AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AB4; }
p { color: rgb(196,58,180); }
H1.HeaderClassName
{
color: #C43AB4;
}
.AnyTagClassName
{
color: #C43AB4;
}
</style>
background-color css
<style>
a { background-color: #C43AB4; }
a { background-color: rgb(196,58,180); }
div.DivClassName
{
background-color: #C43AB4;
}
.BgClassName
{
background-color: #C43AB4;
}
</style>
border-color css
<style>
span { border-color: #C43AB4; }
span { border-color: rgb(196,58,180); }
td.TdClassName
{
border-color: #C43AB4;
}
.TagClassName
{
border-color: #C43AB4;
}
</style>