Shades of Fuchsia #C43ECC
Tints of Fuchsia #C43ECC
RGB
CMYK
RGB Variations
Color information
#C43ECC (or 0xC43ECC) is known color: Fuchsia. HEX triplet: C4, 3E and CC. RGB value is (196,62,204). Sum of RGB (Red+Green+Blue) = 196+62+204=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #C43ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ECC is #3BC133. Grayscale: #757575. Windows color (decimal): -3916084 or 13385412. OLE color: 13385412.
HSL color Cylindrical-coordinate representation of color #C43ECC: hue angle of 296.62º degrees, saturation: 0.58, 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 #C43ECC is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 62 | 204 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.2 |
| HSL | 296.62º | 0.58% | 0.52% | - |
| HSV(B) | 296.62º | 0.7% | 0.8% | - |
| XYZ | 35.39 | 19.54 | 59.03 | - |
| YUV | 118.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 204 | 0.04 | 0.70 | 0 | 0.2 | 296.62 | 0.58 | 0.52 |
| Hex | C4 | 3E | CC | 4 | 46 | 0 | 14 | 129 | 3A | 34 |
| Octal | 304 | 76 | 314 | 4 | 106 | 0 | 24 | 451 | 72 | 64 |
| Binary | 11000100 | 111110 | 11001100 | 100 | 1000110 | 0 | 10100 | 100101001 | 111010 | 110100 |
Color Harmonies of #C43ECC
Complementary color
Monochromatic Colors of #C43ECC
Black with #C43ECC
Text Example
Text Example
White with #C43ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ECC; }
p { color: rgb(196,62,204); }
H1.HeaderClassName
{
color: #C43ECC;
}
.AnyTagClassName
{
color: #C43ECC;
}
</style>
background-color css
<style>
a { background-color: #C43ECC; }
a { background-color: rgb(196,62,204); }
div.DivClassName
{
background-color: #C43ECC;
}
.BgClassName
{
background-color: #C43ECC;
}
</style>
border-color css
<style>
span { border-color: #C43ECC; }
span { border-color: rgb(196,62,204); }
td.TdClassName
{
border-color: #C43ECC;
}
.TagClassName
{
border-color: #C43ECC;
}
</style>