Shades of Fuchsia #C43BBC
Tints of Fuchsia #C43BBC
RGB
CMYK
RGB Variations
Color information
#C43BBC (or 0xC43BBC) is known color: Fuchsia. HEX triplet: C4, 3B and BC. RGB value is (196,59,188). Sum of RGB (Red+Green+Blue) = 196+59+188=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BBC is #3BC443. Grayscale: #727272. Windows color (decimal): -3916868 or 12336068. OLE color: 12336068.
HSL color Cylindrical-coordinate representation of color #C43BBC: hue angle of 303.5º 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 #C43BBC is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 188 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.23 |
| HSL | 303.5º | 0.54% | 0.5% | - |
| HSV(B) | 303.5º | 0.7% | 0.77% | - |
| XYZ | 33.41 | 18.49 | 49.39 | - |
| YUV | 114.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 188 | 0 | 0.70 | 0.04 | 0.23 | 303.5 | 0.54 | 0.5 |
| Hex | C4 | 3B | BC | 0 | 46 | 4 | 17 | 130 | 36 | 32 |
| Octal | 304 | 73 | 274 | 0 | 106 | 4 | 27 | 460 | 66 | 62 |
| Binary | 11000100 | 111011 | 10111100 | 0 | 1000110 | 100 | 10111 | 100110000 | 110110 | 110010 |
Color Harmonies of #C43BBC
Complementary color
Monochromatic Colors of #C43BBC
Black with #C43BBC
Text Example
Text Example
White with #C43BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BBC; }
p { color: rgb(196,59,188); }
H1.HeaderClassName
{
color: #C43BBC;
}
.AnyTagClassName
{
color: #C43BBC;
}
</style>
background-color css
<style>
a { background-color: #C43BBC; }
a { background-color: rgb(196,59,188); }
div.DivClassName
{
background-color: #C43BBC;
}
.BgClassName
{
background-color: #C43BBC;
}
</style>
border-color css
<style>
span { border-color: #C43BBC; }
span { border-color: rgb(196,59,188); }
td.TdClassName
{
border-color: #C43BBC;
}
.TagClassName
{
border-color: #C43BBC;
}
</style>