Shades of Fuchsia #C42ECC
Tints of Fuchsia #C42ECC
RGB
CMYK
RGB Variations
Color information
#C42ECC (or 0xC42ECC) is known color: Fuchsia. HEX triplet: C4, 2E and CC. RGB value is (196,46,204). Sum of RGB (Red+Green+Blue) = 196+46+204=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ECC is #3BD133. Grayscale: #6C6C6C. Windows color (decimal): -3920180 or 13381316. OLE color: 13381316.
HSL color Cylindrical-coordinate representation of color #C42ECC: hue angle of 296.96º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42ECC is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 46 | 204 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.2 |
| HSL | 296.96º | 0.63% | 0.49% | - |
| HSV(B) | 296.96º | 0.77% | 0.8% | - |
| XYZ | 34.64 | 18.05 | 58.78 | - |
| YUV | 108.86 | 181.7 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 204 | 0.04 | 0.77 | 0 | 0.2 | 296.96 | 0.63 | 0.49 |
| Hex | C4 | 2E | CC | 4 | 4D | 0 | 14 | 129 | 3F | 31 |
| Octal | 304 | 56 | 314 | 4 | 115 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000100 | 101110 | 11001100 | 100 | 1001101 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C42ECC
Complementary color
Monochromatic Colors of #C42ECC
Black with #C42ECC
Text Example
Text Example
White with #C42ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ECC; }
p { color: rgb(196,46,204); }
H1.HeaderClassName
{
color: #C42ECC;
}
.AnyTagClassName
{
color: #C42ECC;
}
</style>
background-color css
<style>
a { background-color: #C42ECC; }
a { background-color: rgb(196,46,204); }
div.DivClassName
{
background-color: #C42ECC;
}
.BgClassName
{
background-color: #C42ECC;
}
</style>
border-color css
<style>
span { border-color: #C42ECC; }
span { border-color: rgb(196,46,204); }
td.TdClassName
{
border-color: #C42ECC;
}
.TagClassName
{
border-color: #C42ECC;
}
</style>