Shades of Fuchsia #C43BC9
Tints of Fuchsia #C43BC9
RGB
CMYK
RGB Variations
Color information
#C43BC9 (or 0xC43BC9) is known color: Fuchsia. HEX triplet: C4, 3B and C9. RGB value is (196,59,201). Sum of RGB (Red+Green+Blue) = 196+59+201=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #C43BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BC9 is #3BC436. Grayscale: #737373. Windows color (decimal): -3916855 or 13188036. OLE color: 13188036.
HSL color Cylindrical-coordinate representation of color #C43BC9: hue angle of 297.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43BC9 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 59 | 201 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.21 |
| HSL | 297.89º | 0.57% | 0.51% | - |
| HSV(B) | 297.89º | 0.71% | 0.79% | - |
| XYZ | 34.87 | 19.08 | 57.1 | - |
| YUV | 116.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 201 | 0.02 | 0.71 | 0 | 0.21 | 297.89 | 0.57 | 0.51 |
| Hex | C4 | 3B | C9 | 2 | 47 | 0 | 15 | 12A | 39 | 33 |
| Octal | 304 | 73 | 311 | 2 | 107 | 0 | 25 | 452 | 71 | 63 |
| Binary | 11000100 | 111011 | 11001001 | 10 | 1000111 | 0 | 10101 | 100101010 | 111001 | 110011 |
Color Harmonies of #C43BC9
Complementary color
Monochromatic Colors of #C43BC9
Black with #C43BC9
Text Example
Text Example
White with #C43BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BC9; }
p { color: rgb(196,59,201); }
H1.HeaderClassName
{
color: #C43BC9;
}
.AnyTagClassName
{
color: #C43BC9;
}
</style>
background-color css
<style>
a { background-color: #C43BC9; }
a { background-color: rgb(196,59,201); }
div.DivClassName
{
background-color: #C43BC9;
}
.BgClassName
{
background-color: #C43BC9;
}
</style>
border-color css
<style>
span { border-color: #C43BC9; }
span { border-color: rgb(196,59,201); }
td.TdClassName
{
border-color: #C43BC9;
}
.TagClassName
{
border-color: #C43BC9;
}
</style>