Shades of Fuchsia #C43ECE
Tints of Fuchsia #C43ECE
RGB
CMYK
RGB Variations
Color information
#C43ECE (or 0xC43ECE) is known color: Fuchsia. HEX triplet: C4, 3E and CE. RGB value is (196,62,206). Sum of RGB (Red+Green+Blue) = 196+62+206=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #C43ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ECE is #3BC131. Grayscale: #767676. Windows color (decimal): -3916082 or 13516484. OLE color: 13516484.
HSL color Cylindrical-coordinate representation of color #C43ECE: hue angle of 295.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43ECE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 62 | 206 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.19 |
| HSL | 295.83º | 0.6% | 0.53% | - |
| HSV(B) | 295.83º | 0.7% | 0.81% | - |
| XYZ | 35.63 | 19.64 | 60.31 | - |
| YUV | 118.48 | 177.39 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 206 | 0.05 | 0.70 | 0 | 0.19 | 295.83 | 0.6 | 0.53 |
| Hex | C4 | 3E | CE | 5 | 46 | 0 | 13 | 128 | 3C | 35 |
| Octal | 304 | 76 | 316 | 5 | 106 | 0 | 23 | 450 | 74 | 65 |
| Binary | 11000100 | 111110 | 11001110 | 101 | 1000110 | 0 | 10011 | 100101000 | 111100 | 110101 |
Color Harmonies of #C43ECE
Complementary color
Monochromatic Colors of #C43ECE
Black with #C43ECE
Text Example
Text Example
White with #C43ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ECE; }
p { color: rgb(196,62,206); }
H1.HeaderClassName
{
color: #C43ECE;
}
.AnyTagClassName
{
color: #C43ECE;
}
</style>
background-color css
<style>
a { background-color: #C43ECE; }
a { background-color: rgb(196,62,206); }
div.DivClassName
{
background-color: #C43ECE;
}
.BgClassName
{
background-color: #C43ECE;
}
</style>
border-color css
<style>
span { border-color: #C43ECE; }
span { border-color: rgb(196,62,206); }
td.TdClassName
{
border-color: #C43ECE;
}
.TagClassName
{
border-color: #C43ECE;
}
</style>