Shades of Fuchsia #C43BB5
Tints of Fuchsia #C43BB5
RGB
CMYK
RGB Variations
Color information
#C43BB5 (or 0xC43BB5) is known color: Fuchsia. HEX triplet: C4, 3B and B5. RGB value is (196,59,181). Sum of RGB (Red+Green+Blue) = 196+59+181=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BB5 is #3BC44A. Grayscale: #717171. Windows color (decimal): -3916875 or 11877316. OLE color: 11877316.
HSL color Cylindrical-coordinate representation of color #C43BB5: hue angle of 306.57º 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 #C43BB5 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 181 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.23 |
| HSL | 306.57º | 0.54% | 0.5% | - |
| HSV(B) | 306.57º | 0.7% | 0.77% | - |
| XYZ | 32.67 | 18.2 | 45.51 | - |
| YUV | 113.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 181 | 0 | 0.70 | 0.08 | 0.23 | 306.57 | 0.54 | 0.5 |
| Hex | C4 | 3B | B5 | 0 | 46 | 8 | 17 | 133 | 36 | 32 |
| Octal | 304 | 73 | 265 | 0 | 106 | 10 | 27 | 463 | 66 | 62 |
| Binary | 11000100 | 111011 | 10110101 | 0 | 1000110 | 1000 | 10111 | 100110011 | 110110 | 110010 |
Color Harmonies of #C43BB5
Complementary color
Monochromatic Colors of #C43BB5
Black with #C43BB5
Text Example
Text Example
White with #C43BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BB5; }
p { color: rgb(196,59,181); }
H1.HeaderClassName
{
color: #C43BB5;
}
.AnyTagClassName
{
color: #C43BB5;
}
</style>
background-color css
<style>
a { background-color: #C43BB5; }
a { background-color: rgb(196,59,181); }
div.DivClassName
{
background-color: #C43BB5;
}
.BgClassName
{
background-color: #C43BB5;
}
</style>
border-color css
<style>
span { border-color: #C43BB5; }
span { border-color: rgb(196,59,181); }
td.TdClassName
{
border-color: #C43BB5;
}
.TagClassName
{
border-color: #C43BB5;
}
</style>