Shades of Fuchsia #C43BB7
Tints of Fuchsia #C43BB7
RGB
CMYK
RGB Variations
Color information
#C43BB7 (or 0xC43BB7) is known color: Fuchsia. HEX triplet: C4, 3B and B7. RGB value is (196,59,183). Sum of RGB (Red+Green+Blue) = 196+59+183=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BB7 is #3BC448. Grayscale: #717171. Windows color (decimal): -3916873 or 12008388. OLE color: 12008388.
HSL color Cylindrical-coordinate representation of color #C43BB7: hue angle of 305.69º 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 #C43BB7 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 183 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.23 |
| HSL | 305.69º | 0.54% | 0.5% | - |
| HSV(B) | 305.69º | 0.7% | 0.77% | - |
| XYZ | 32.88 | 18.28 | 46.6 | - |
| YUV | 114.1 | 166.89 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 183 | 0 | 0.70 | 0.07 | 0.23 | 305.69 | 0.54 | 0.5 |
| Hex | C4 | 3B | B7 | 0 | 46 | 7 | 17 | 132 | 36 | 32 |
| Octal | 304 | 73 | 267 | 0 | 106 | 7 | 27 | 462 | 66 | 62 |
| Binary | 11000100 | 111011 | 10110111 | 0 | 1000110 | 111 | 10111 | 100110010 | 110110 | 110010 |
Color Harmonies of #C43BB7
Complementary color
Monochromatic Colors of #C43BB7
Black with #C43BB7
Text Example
Text Example
White with #C43BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BB7; }
p { color: rgb(196,59,183); }
H1.HeaderClassName
{
color: #C43BB7;
}
.AnyTagClassName
{
color: #C43BB7;
}
</style>
background-color css
<style>
a { background-color: #C43BB7; }
a { background-color: rgb(196,59,183); }
div.DivClassName
{
background-color: #C43BB7;
}
.BgClassName
{
background-color: #C43BB7;
}
</style>
border-color css
<style>
span { border-color: #C43BB7; }
span { border-color: rgb(196,59,183); }
td.TdClassName
{
border-color: #C43BB7;
}
.TagClassName
{
border-color: #C43BB7;
}
</style>