Shades of Fuchsia #C43EB0
Tints of Fuchsia #C43EB0
RGB
CMYK
RGB Variations
Color information
#C43EB0 (or 0xC43EB0) is known color: Fuchsia. HEX triplet: C4, 3E and B0. RGB value is (196,62,176). Sum of RGB (Red+Green+Blue) = 196+62+176=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C43EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43EB0 is #3BC14F. Grayscale: #727272. Windows color (decimal): -3916112 or 11550404. OLE color: 11550404.
HSL color Cylindrical-coordinate representation of color #C43EB0: hue angle of 308.96º 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 #C43EB0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 176 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.23 |
| HSL | 308.96º | 0.53% | 0.51% | - |
| HSV(B) | 308.96º | 0.68% | 0.77% | - |
| XYZ | 32.32 | 18.32 | 42.91 | - |
| YUV | 115.06 | 162.39 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 176 | 0 | 0.68 | 0.10 | 0.23 | 308.96 | 0.53 | 0.51 |
| Hex | C4 | 3E | B0 | 0 | 44 | A | 17 | 135 | 35 | 33 |
| Octal | 304 | 76 | 260 | 0 | 104 | 12 | 27 | 465 | 65 | 63 |
| Binary | 11000100 | 111110 | 10110000 | 0 | 1000100 | 1010 | 10111 | 100110101 | 110101 | 110011 |
Color Harmonies of #C43EB0
Complementary color
Monochromatic Colors of #C43EB0
Black with #C43EB0
Text Example
Text Example
White with #C43EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EB0; }
p { color: rgb(196,62,176); }
H1.HeaderClassName
{
color: #C43EB0;
}
.AnyTagClassName
{
color: #C43EB0;
}
</style>
background-color css
<style>
a { background-color: #C43EB0; }
a { background-color: rgb(196,62,176); }
div.DivClassName
{
background-color: #C43EB0;
}
.BgClassName
{
background-color: #C43EB0;
}
</style>
border-color css
<style>
span { border-color: #C43EB0; }
span { border-color: rgb(196,62,176); }
td.TdClassName
{
border-color: #C43EB0;
}
.TagClassName
{
border-color: #C43EB0;
}
</style>