Shades of Fuchsia #C43BCB
Tints of Fuchsia #C43BCB
RGB
CMYK
RGB Variations
Color information
#C43BCB (or 0xC43BCB) is known color: Fuchsia. HEX triplet: C4, 3B and CB. RGB value is (196,59,203). Sum of RGB (Red+Green+Blue) = 196+59+203=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #C43BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BCB is #3BC434. Grayscale: #737373. Windows color (decimal): -3916853 or 13319108. OLE color: 13319108.
HSL color Cylindrical-coordinate representation of color #C43BCB: hue angle of 297.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43BCB is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 59 | 203 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.20 |
| HSL | 297.08º | 0.58% | 0.51% | - |
| HSV(B) | 297.08º | 0.71% | 0.8% | - |
| XYZ | 35.11 | 19.18 | 58.35 | - |
| YUV | 116.38 | 176.89 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 203 | 0.03 | 0.71 | 0 | 0.20 | 297.08 | 0.58 | 0.51 |
| Hex | C4 | 3B | CB | 3 | 47 | 0 | 14 | 129 | 3A | 33 |
| Octal | 304 | 73 | 313 | 3 | 107 | 0 | 24 | 451 | 72 | 63 |
| Binary | 11000100 | 111011 | 11001011 | 11 | 1000111 | 0 | 10100 | 100101001 | 111010 | 110011 |
Color Harmonies of #C43BCB
Complementary color
Monochromatic Colors of #C43BCB
Black with #C43BCB
Text Example
Text Example
White with #C43BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BCB; }
p { color: rgb(196,59,203); }
H1.HeaderClassName
{
color: #C43BCB;
}
.AnyTagClassName
{
color: #C43BCB;
}
</style>
background-color css
<style>
a { background-color: #C43BCB; }
a { background-color: rgb(196,59,203); }
div.DivClassName
{
background-color: #C43BCB;
}
.BgClassName
{
background-color: #C43BCB;
}
</style>
border-color css
<style>
span { border-color: #C43BCB; }
span { border-color: rgb(196,59,203); }
td.TdClassName
{
border-color: #C43BCB;
}
.TagClassName
{
border-color: #C43BCB;
}
</style>