Shades of Fuchsia #C43FB1
Tints of Fuchsia #C43FB1
RGB
CMYK
RGB Variations
Color information
#C43FB1 (or 0xC43FB1) is known color: Fuchsia. HEX triplet: C4, 3F and B1. RGB value is (196,63,177). Sum of RGB (Red+Green+Blue) = 196+63+177=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43FB1 is #3BC04E. Grayscale: #737373. Windows color (decimal): -3915855 or 11616196. OLE color: 11616196.
HSL color Cylindrical-coordinate representation of color #C43FB1: hue angle of 308.57º 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 #C43FB1 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 177 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.23 |
| HSL | 308.57º | 0.53% | 0.51% | - |
| HSV(B) | 308.57º | 0.68% | 0.77% | - |
| XYZ | 32.48 | 18.47 | 43.45 | - |
| YUV | 115.76 | 162.56 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 177 | 0 | 0.68 | 0.10 | 0.23 | 308.57 | 0.53 | 0.51 |
| Hex | C4 | 3F | B1 | 0 | 44 | A | 17 | 135 | 35 | 33 |
| Octal | 304 | 77 | 261 | 0 | 104 | 12 | 27 | 465 | 65 | 63 |
| Binary | 11000100 | 111111 | 10110001 | 0 | 1000100 | 1010 | 10111 | 100110101 | 110101 | 110011 |
Color Harmonies of #C43FB1
Complementary color
Monochromatic Colors of #C43FB1
Black with #C43FB1
Text Example
Text Example
White with #C43FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FB1; }
p { color: rgb(196,63,177); }
H1.HeaderClassName
{
color: #C43FB1;
}
.AnyTagClassName
{
color: #C43FB1;
}
</style>
background-color css
<style>
a { background-color: #C43FB1; }
a { background-color: rgb(196,63,177); }
div.DivClassName
{
background-color: #C43FB1;
}
.BgClassName
{
background-color: #C43FB1;
}
</style>
border-color css
<style>
span { border-color: #C43FB1; }
span { border-color: rgb(196,63,177); }
td.TdClassName
{
border-color: #C43FB1;
}
.TagClassName
{
border-color: #C43FB1;
}
</style>