Shades of Fuchsia #C43BBE
Tints of Fuchsia #C43BBE
RGB
CMYK
RGB Variations
Color information
#C43BBE (or 0xC43BBE) is known color: Fuchsia. HEX triplet: C4, 3B and BE. RGB value is (196,59,190). Sum of RGB (Red+Green+Blue) = 196+59+190=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BBE is #3BC441. Grayscale: #727272. Windows color (decimal): -3916866 or 12467140. OLE color: 12467140.
HSL color Cylindrical-coordinate representation of color #C43BBE: hue angle of 302.63º 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 #C43BBE is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 190 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.23 |
| HSL | 302.63º | 0.54% | 0.5% | - |
| HSV(B) | 302.63º | 0.7% | 0.77% | - |
| XYZ | 33.62 | 18.58 | 50.53 | - |
| YUV | 114.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 190 | 0 | 0.70 | 0.03 | 0.23 | 302.63 | 0.54 | 0.5 |
| Hex | C4 | 3B | BE | 0 | 46 | 3 | 17 | 12F | 36 | 32 |
| Octal | 304 | 73 | 276 | 0 | 106 | 3 | 27 | 457 | 66 | 62 |
| Binary | 11000100 | 111011 | 10111110 | 0 | 1000110 | 11 | 10111 | 100101111 | 110110 | 110010 |
Color Harmonies of #C43BBE
Complementary color
Monochromatic Colors of #C43BBE
Black with #C43BBE
Text Example
Text Example
White with #C43BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BBE; }
p { color: rgb(196,59,190); }
H1.HeaderClassName
{
color: #C43BBE;
}
.AnyTagClassName
{
color: #C43BBE;
}
</style>
background-color css
<style>
a { background-color: #C43BBE; }
a { background-color: rgb(196,59,190); }
div.DivClassName
{
background-color: #C43BBE;
}
.BgClassName
{
background-color: #C43BBE;
}
</style>
border-color css
<style>
span { border-color: #C43BBE; }
span { border-color: rgb(196,59,190); }
td.TdClassName
{
border-color: #C43BBE;
}
.TagClassName
{
border-color: #C43BBE;
}
</style>