Shades of Fuchsia #C43BAE
Tints of Fuchsia #C43BAE
RGB
CMYK
RGB Variations
Color information
#C43BAE (or 0xC43BAE) is known color: Fuchsia. HEX triplet: C4, 3B and AE. RGB value is (196,59,174). Sum of RGB (Red+Green+Blue) = 196+59+174=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43BAE is #3BC451. Grayscale: #707070. Windows color (decimal): -3916882 or 11418564. OLE color: 11418564.
HSL color Cylindrical-coordinate representation of color #C43BAE: hue angle of 309.64º 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 #C43BAE is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 174 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.23 |
| HSL | 309.64º | 0.54% | 0.5% | - |
| HSV(B) | 309.64º | 0.7% | 0.77% | - |
| XYZ | 31.97 | 17.92 | 41.82 | - |
| YUV | 113.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 174 | 0 | 0.70 | 0.11 | 0.23 | 309.64 | 0.54 | 0.5 |
| Hex | C4 | 3B | AE | 0 | 46 | B | 17 | 136 | 36 | 32 |
| Octal | 304 | 73 | 256 | 0 | 106 | 13 | 27 | 466 | 66 | 62 |
| Binary | 11000100 | 111011 | 10101110 | 0 | 1000110 | 1011 | 10111 | 100110110 | 110110 | 110010 |
Color Harmonies of #C43BAE
Complementary color
Monochromatic Colors of #C43BAE
Black with #C43BAE
Text Example
Text Example
White with #C43BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BAE; }
p { color: rgb(196,59,174); }
H1.HeaderClassName
{
color: #C43BAE;
}
.AnyTagClassName
{
color: #C43BAE;
}
</style>
background-color css
<style>
a { background-color: #C43BAE; }
a { background-color: rgb(196,59,174); }
div.DivClassName
{
background-color: #C43BAE;
}
.BgClassName
{
background-color: #C43BAE;
}
</style>
border-color css
<style>
span { border-color: #C43BAE; }
span { border-color: rgb(196,59,174); }
td.TdClassName
{
border-color: #C43BAE;
}
.TagClassName
{
border-color: #C43BAE;
}
</style>