Shades of Fuchsia #C43ECD
Tints of Fuchsia #C43ECD
RGB
CMYK
RGB Variations
Color information
#C43ECD (or 0xC43ECD) is known color: Fuchsia. HEX triplet: C4, 3E and CD. RGB value is (196,62,205). Sum of RGB (Red+Green+Blue) = 196+62+205=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #C43ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ECD is #3BC132. Grayscale: #757575. Windows color (decimal): -3916083 or 13450948. OLE color: 13450948.
HSL color Cylindrical-coordinate representation of color #C43ECD: hue angle of 296.22º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43ECD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 62 | 205 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.20 |
| HSL | 296.22º | 0.59% | 0.52% | - |
| HSV(B) | 296.22º | 0.7% | 0.8% | - |
| XYZ | 35.51 | 19.59 | 59.67 | - |
| YUV | 118.37 | 176.89 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 205 | 0.04 | 0.70 | 0 | 0.20 | 296.22 | 0.59 | 0.52 |
| Hex | C4 | 3E | CD | 4 | 46 | 0 | 14 | 128 | 3B | 34 |
| Octal | 304 | 76 | 315 | 4 | 106 | 0 | 24 | 450 | 73 | 64 |
| Binary | 11000100 | 111110 | 11001101 | 100 | 1000110 | 0 | 10100 | 100101000 | 111011 | 110100 |
Color Harmonies of #C43ECD
Complementary color
Monochromatic Colors of #C43ECD
Black with #C43ECD
Text Example
Text Example
White with #C43ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ECD; }
p { color: rgb(196,62,205); }
H1.HeaderClassName
{
color: #C43ECD;
}
.AnyTagClassName
{
color: #C43ECD;
}
</style>
background-color css
<style>
a { background-color: #C43ECD; }
a { background-color: rgb(196,62,205); }
div.DivClassName
{
background-color: #C43ECD;
}
.BgClassName
{
background-color: #C43ECD;
}
</style>
border-color css
<style>
span { border-color: #C43ECD; }
span { border-color: rgb(196,62,205); }
td.TdClassName
{
border-color: #C43ECD;
}
.TagClassName
{
border-color: #C43ECD;
}
</style>