Shades of Fuchsia #C42ECF
Tints of Fuchsia #C42ECF
RGB
CMYK
RGB Variations
Color information
#C42ECF (or 0xC42ECF) is known color: Fuchsia. HEX triplet: C4, 2E and CF. RGB value is (196,46,207). Sum of RGB (Red+Green+Blue) = 196+46+207=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #C42ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ECF is #3BD130. Grayscale: #6C6C6C. Windows color (decimal): -3920177 or 13577924. OLE color: 13577924.
HSL color Cylindrical-coordinate representation of color #C42ECF: hue angle of 295.9º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42ECF is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 46 | 207 | - |
| CMYK | 0.05 | 0.78 | 0 | 0.19 |
| HSL | 295.9º | 0.64% | 0.5% | - |
| HSV(B) | 295.9º | 0.78% | 0.81% | - |
| XYZ | 35 | 18.19 | 60.7 | - |
| YUV | 109.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 207 | 0.05 | 0.78 | 0 | 0.19 | 295.9 | 0.64 | 0.5 |
| Hex | C4 | 2E | CF | 5 | 4E | 0 | 13 | 128 | 40 | 32 |
| Octal | 304 | 56 | 317 | 5 | 116 | 0 | 23 | 450 | 100 | 62 |
| Binary | 11000100 | 101110 | 11001111 | 101 | 1001110 | 0 | 10011 | 100101000 | 1000000 | 110010 |
Color Harmonies of #C42ECF
Complementary color
Monochromatic Colors of #C42ECF
Black with #C42ECF
Text Example
Text Example
White with #C42ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ECF; }
p { color: rgb(196,46,207); }
H1.HeaderClassName
{
color: #C42ECF;
}
.AnyTagClassName
{
color: #C42ECF;
}
</style>
background-color css
<style>
a { background-color: #C42ECF; }
a { background-color: rgb(196,46,207); }
div.DivClassName
{
background-color: #C42ECF;
}
.BgClassName
{
background-color: #C42ECF;
}
</style>
border-color css
<style>
span { border-color: #C42ECF; }
span { border-color: rgb(196,46,207); }
td.TdClassName
{
border-color: #C42ECF;
}
.TagClassName
{
border-color: #C42ECF;
}
</style>