Shades of Fuchsia #C43FBA
Tints of Fuchsia #C43FBA
RGB
CMYK
RGB Variations
Color information
#C43FBA (or 0xC43FBA) is known color: Fuchsia. HEX triplet: C4, 3F and BA. RGB value is (196,63,186). Sum of RGB (Red+Green+Blue) = 196+63+186=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FBA is #3BC045. Grayscale: #747474. Windows color (decimal): -3915846 or 12206020. OLE color: 12206020.
HSL color Cylindrical-coordinate representation of color #C43FBA: hue angle of 304.51º 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 #C43FBA is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 186 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.23 |
| HSL | 304.51º | 0.53% | 0.51% | - |
| HSV(B) | 304.51º | 0.68% | 0.77% | - |
| XYZ | 33.41 | 18.84 | 48.33 | - |
| YUV | 116.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 186 | 0 | 0.68 | 0.05 | 0.23 | 304.51 | 0.53 | 0.51 |
| Hex | C4 | 3F | BA | 0 | 44 | 5 | 17 | 131 | 35 | 33 |
| Octal | 304 | 77 | 272 | 0 | 104 | 5 | 27 | 461 | 65 | 63 |
| Binary | 11000100 | 111111 | 10111010 | 0 | 1000100 | 101 | 10111 | 100110001 | 110101 | 110011 |
Color Harmonies of #C43FBA
Complementary color
Monochromatic Colors of #C43FBA
Black with #C43FBA
Text Example
Text Example
White with #C43FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FBA; }
p { color: rgb(196,63,186); }
H1.HeaderClassName
{
color: #C43FBA;
}
.AnyTagClassName
{
color: #C43FBA;
}
</style>
background-color css
<style>
a { background-color: #C43FBA; }
a { background-color: rgb(196,63,186); }
div.DivClassName
{
background-color: #C43FBA;
}
.BgClassName
{
background-color: #C43FBA;
}
</style>
border-color css
<style>
span { border-color: #C43FBA; }
span { border-color: rgb(196,63,186); }
td.TdClassName
{
border-color: #C43FBA;
}
.TagClassName
{
border-color: #C43FBA;
}
</style>