Shades of Fuchsia #C43FC0
Tints of Fuchsia #C43FC0
RGB
CMYK
RGB Variations
Color information
#C43FC0 (or 0xC43FC0) is known color: Fuchsia. HEX triplet: C4, 3F and C0. RGB value is (196,63,192). Sum of RGB (Red+Green+Blue) = 196+63+192=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C43FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FC0 is #3BC03F. Grayscale: #757575. Windows color (decimal): -3915840 or 12599236. OLE color: 12599236.
HSL color Cylindrical-coordinate representation of color #C43FC0: hue angle of 301.8º 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 #C43FC0 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 63 | 192 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.23 |
| HSL | 301.8º | 0.53% | 0.51% | - |
| HSV(B) | 301.8º | 0.68% | 0.77% | - |
| XYZ | 34.06 | 19.1 | 51.76 | - |
| YUV | 117.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 63 | 192 | 0 | 0.68 | 0.02 | 0.23 | 301.8 | 0.53 | 0.51 |
| Hex | C4 | 3F | C0 | 0 | 44 | 2 | 17 | 12E | 35 | 33 |
| Octal | 304 | 77 | 300 | 0 | 104 | 2 | 27 | 456 | 65 | 63 |
| Binary | 11000100 | 111111 | 11000000 | 0 | 1000100 | 10 | 10111 | 100101110 | 110101 | 110011 |
Color Harmonies of #C43FC0
Complementary color
Monochromatic Colors of #C43FC0
Black with #C43FC0
Text Example
Text Example
White with #C43FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43FC0; }
p { color: rgb(196,63,192); }
H1.HeaderClassName
{
color: #C43FC0;
}
.AnyTagClassName
{
color: #C43FC0;
}
</style>
background-color css
<style>
a { background-color: #C43FC0; }
a { background-color: rgb(196,63,192); }
div.DivClassName
{
background-color: #C43FC0;
}
.BgClassName
{
background-color: #C43FC0;
}
</style>
border-color css
<style>
span { border-color: #C43FC0; }
span { border-color: rgb(196,63,192); }
td.TdClassName
{
border-color: #C43FC0;
}
.TagClassName
{
border-color: #C43FC0;
}
</style>