Shades of Fuchsia #C43EC1
Tints of Fuchsia #C43EC1
RGB
CMYK
RGB Variations
Color information
#C43EC1 (or 0xC43EC1) is known color: Fuchsia. HEX triplet: C4, 3E and C1. RGB value is (196,62,193). Sum of RGB (Red+Green+Blue) = 196+62+193=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C43EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43EC1 is #3BC13E. Grayscale: #747474. Windows color (decimal): -3916095 or 12664516. OLE color: 12664516.
HSL color Cylindrical-coordinate representation of color #C43EC1: hue angle of 301.34º 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 #C43EC1 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 193 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.23 |
| HSL | 301.34º | 0.53% | 0.51% | - |
| HSV(B) | 301.34º | 0.68% | 0.77% | - |
| XYZ | 34.11 | 19.03 | 52.33 | - |
| YUV | 117 | 170.89 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 193 | 0 | 0.68 | 0.02 | 0.23 | 301.34 | 0.53 | 0.51 |
| Hex | C4 | 3E | C1 | 0 | 44 | 2 | 17 | 12D | 35 | 33 |
| Octal | 304 | 76 | 301 | 0 | 104 | 2 | 27 | 455 | 65 | 63 |
| Binary | 11000100 | 111110 | 11000001 | 0 | 1000100 | 10 | 10111 | 100101101 | 110101 | 110011 |
Color Harmonies of #C43EC1
Complementary color
Monochromatic Colors of #C43EC1
Black with #C43EC1
Text Example
Text Example
White with #C43EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43EC1; }
p { color: rgb(196,62,193); }
H1.HeaderClassName
{
color: #C43EC1;
}
.AnyTagClassName
{
color: #C43EC1;
}
</style>
background-color css
<style>
a { background-color: #C43EC1; }
a { background-color: rgb(196,62,193); }
div.DivClassName
{
background-color: #C43EC1;
}
.BgClassName
{
background-color: #C43EC1;
}
</style>
border-color css
<style>
span { border-color: #C43EC1; }
span { border-color: rgb(196,62,193); }
td.TdClassName
{
border-color: #C43EC1;
}
.TagClassName
{
border-color: #C43EC1;
}
</style>