Shades of Fuchsia #C43ECF
Tints of Fuchsia #C43ECF
RGB
CMYK
RGB Variations
Color information
#C43ECF (or 0xC43ECF) is known color: Fuchsia. HEX triplet: C4, 3E and CF. RGB value is (196,62,207). Sum of RGB (Red+Green+Blue) = 196+62+207=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #C43ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ECF is #3BC130. Grayscale: #767676. Windows color (decimal): -3916081 or 13582020. OLE color: 13582020.
HSL color Cylindrical-coordinate representation of color #C43ECF: hue angle of 295.45º 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 #C43ECF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 62 | 207 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.19 |
| HSL | 295.45º | 0.6% | 0.53% | - |
| HSV(B) | 295.45º | 0.7% | 0.81% | - |
| XYZ | 35.75 | 19.69 | 60.95 | - |
| YUV | 118.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 207 | 0.05 | 0.70 | 0 | 0.19 | 295.45 | 0.6 | 0.53 |
| Hex | C4 | 3E | CF | 5 | 46 | 0 | 13 | 127 | 3C | 35 |
| Octal | 304 | 76 | 317 | 5 | 106 | 0 | 23 | 447 | 74 | 65 |
| Binary | 11000100 | 111110 | 11001111 | 101 | 1000110 | 0 | 10011 | 100100111 | 111100 | 110101 |
Color Harmonies of #C43ECF
Complementary color
Monochromatic Colors of #C43ECF
Black with #C43ECF
Text Example
Text Example
White with #C43ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43ECF; }
p { color: rgb(196,62,207); }
H1.HeaderClassName
{
color: #C43ECF;
}
.AnyTagClassName
{
color: #C43ECF;
}
</style>
background-color css
<style>
a { background-color: #C43ECF; }
a { background-color: rgb(196,62,207); }
div.DivClassName
{
background-color: #C43ECF;
}
.BgClassName
{
background-color: #C43ECF;
}
</style>
border-color css
<style>
span { border-color: #C43ECF; }
span { border-color: rgb(196,62,207); }
td.TdClassName
{
border-color: #C43ECF;
}
.TagClassName
{
border-color: #C43ECF;
}
</style>