Shades of Fuchsia #C42ECD
Tints of Fuchsia #C42ECD
RGB
CMYK
RGB Variations
Color information
#C42ECD (or 0xC42ECD) is known color: Fuchsia. HEX triplet: C4, 2E and CD. RGB value is (196,46,205). Sum of RGB (Red+Green+Blue) = 196+46+205=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #C42ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ECD is #3BD132. Grayscale: #6C6C6C. Windows color (decimal): -3920179 or 13446852. OLE color: 13446852.
HSL color Cylindrical-coordinate representation of color #C42ECD: hue angle of 296.6º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42ECD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 46 | 205 | - |
| CMYK | 0.04 | 0.78 | 0 | 0.20 |
| HSL | 296.6º | 0.63% | 0.49% | - |
| HSV(B) | 296.6º | 0.78% | 0.8% | - |
| XYZ | 34.76 | 18.1 | 59.42 | - |
| YUV | 108.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 205 | 0.04 | 0.78 | 0 | 0.20 | 296.6 | 0.63 | 0.49 |
| Hex | C4 | 2E | CD | 4 | 4E | 0 | 14 | 129 | 3F | 31 |
| Octal | 304 | 56 | 315 | 4 | 116 | 0 | 24 | 451 | 77 | 61 |
| Binary | 11000100 | 101110 | 11001101 | 100 | 1001110 | 0 | 10100 | 100101001 | 111111 | 110001 |
Color Harmonies of #C42ECD
Complementary color
Monochromatic Colors of #C42ECD
Black with #C42ECD
Text Example
Text Example
White with #C42ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ECD; }
p { color: rgb(196,46,205); }
H1.HeaderClassName
{
color: #C42ECD;
}
.AnyTagClassName
{
color: #C42ECD;
}
</style>
background-color css
<style>
a { background-color: #C42ECD; }
a { background-color: rgb(196,46,205); }
div.DivClassName
{
background-color: #C42ECD;
}
.BgClassName
{
background-color: #C42ECD;
}
</style>
border-color css
<style>
span { border-color: #C42ECD; }
span { border-color: rgb(196,46,205); }
td.TdClassName
{
border-color: #C42ECD;
}
.TagClassName
{
border-color: #C42ECD;
}
</style>