Shades of Fuchsia #C43AB5
Tints of Fuchsia #C43AB5
RGB
CMYK
RGB Variations
Color information
#C43AB5 (or 0xC43AB5) is known color: Fuchsia. HEX triplet: C4, 3A and B5. RGB value is (196,58,181). Sum of RGB (Red+Green+Blue) = 196+58+181=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AB5 is #3BC54A. Grayscale: #707070. Windows color (decimal): -3917131 or 11877060. OLE color: 11877060.
HSL color Cylindrical-coordinate representation of color #C43AB5: hue angle of 306.52º 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 #C43AB5 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 181 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.23 |
| HSL | 306.52º | 0.54% | 0.5% | - |
| HSV(B) | 306.52º | 0.7% | 0.77% | - |
| XYZ | 32.62 | 18.1 | 45.49 | - |
| YUV | 113.28 | 166.22 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 181 | 0 | 0.70 | 0.08 | 0.23 | 306.52 | 0.54 | 0.5 |
| Hex | C4 | 3A | B5 | 0 | 46 | 8 | 17 | 133 | 36 | 32 |
| Octal | 304 | 72 | 265 | 0 | 106 | 10 | 27 | 463 | 66 | 62 |
| Binary | 11000100 | 111010 | 10110101 | 0 | 1000110 | 1000 | 10111 | 100110011 | 110110 | 110010 |
Color Harmonies of #C43AB5
Complementary color
Monochromatic Colors of #C43AB5
Black with #C43AB5
Text Example
Text Example
White with #C43AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AB5; }
p { color: rgb(196,58,181); }
H1.HeaderClassName
{
color: #C43AB5;
}
.AnyTagClassName
{
color: #C43AB5;
}
</style>
background-color css
<style>
a { background-color: #C43AB5; }
a { background-color: rgb(196,58,181); }
div.DivClassName
{
background-color: #C43AB5;
}
.BgClassName
{
background-color: #C43AB5;
}
</style>
border-color css
<style>
span { border-color: #C43AB5; }
span { border-color: rgb(196,58,181); }
td.TdClassName
{
border-color: #C43AB5;
}
.TagClassName
{
border-color: #C43AB5;
}
</style>