Shades of Fuchsia #C43AB6
Tints of Fuchsia #C43AB6
RGB
CMYK
RGB Variations
Color information
#C43AB6 (or 0xC43AB6) is known color: Fuchsia. HEX triplet: C4, 3A and B6. RGB value is (196,58,182). Sum of RGB (Red+Green+Blue) = 196+58+182=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C43AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43AB6 is #3BC549. Grayscale: #717171. Windows color (decimal): -3917130 or 11942596. OLE color: 11942596.
HSL color Cylindrical-coordinate representation of color #C43AB6: hue angle of 306.09º 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 #C43AB6 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 182 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.23 |
| HSL | 306.09º | 0.54% | 0.5% | - |
| HSV(B) | 306.09º | 0.7% | 0.77% | - |
| XYZ | 32.72 | 18.14 | 46.03 | - |
| YUV | 113.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 182 | 0 | 0.70 | 0.07 | 0.23 | 306.09 | 0.54 | 0.5 |
| Hex | C4 | 3A | B6 | 0 | 46 | 7 | 17 | 132 | 36 | 32 |
| Octal | 304 | 72 | 266 | 0 | 106 | 7 | 27 | 462 | 66 | 62 |
| Binary | 11000100 | 111010 | 10110110 | 0 | 1000110 | 111 | 10111 | 100110010 | 110110 | 110010 |
Color Harmonies of #C43AB6
Complementary color
Monochromatic Colors of #C43AB6
Black with #C43AB6
Text Example
Text Example
White with #C43AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AB6; }
p { color: rgb(196,58,182); }
H1.HeaderClassName
{
color: #C43AB6;
}
.AnyTagClassName
{
color: #C43AB6;
}
</style>
background-color css
<style>
a { background-color: #C43AB6; }
a { background-color: rgb(196,58,182); }
div.DivClassName
{
background-color: #C43AB6;
}
.BgClassName
{
background-color: #C43AB6;
}
</style>
border-color css
<style>
span { border-color: #C43AB6; }
span { border-color: rgb(196,58,182); }
td.TdClassName
{
border-color: #C43AB6;
}
.TagClassName
{
border-color: #C43AB6;
}
</style>