Shades of Fuchsia #C42EAE
Tints of Fuchsia #C42EAE
RGB
CMYK
RGB Variations
Color information
#C42EAE (or 0xC42EAE) is known color: Fuchsia. HEX triplet: C4, 2E and AE. RGB value is (196,46,174). Sum of RGB (Red+Green+Blue) = 196+46+174=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EAE is #3BD151. Grayscale: #696969. Windows color (decimal): -3920210 or 11415236. OLE color: 11415236.
HSL color Cylindrical-coordinate representation of color #C42EAE: hue angle of 308.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42EAE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 174 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.23 |
| HSL | 308.8º | 0.62% | 0.47% | - |
| HSV(B) | 308.8º | 0.77% | 0.77% | - |
| XYZ | 31.38 | 16.75 | 41.62 | - |
| YUV | 105.44 | 166.7 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 174 | 0 | 0.77 | 0.11 | 0.23 | 308.8 | 0.62 | 0.47 |
| Hex | C4 | 2E | AE | 0 | 4D | B | 17 | 135 | 3E | 2F |
| Octal | 304 | 56 | 256 | 0 | 115 | 13 | 27 | 465 | 76 | 57 |
| Binary | 11000100 | 101110 | 10101110 | 0 | 1001101 | 1011 | 10111 | 100110101 | 111110 | 101111 |
Color Harmonies of #C42EAE
Complementary color
Monochromatic Colors of #C42EAE
Black with #C42EAE
Text Example
Text Example
White with #C42EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EAE; }
p { color: rgb(196,46,174); }
H1.HeaderClassName
{
color: #C42EAE;
}
.AnyTagClassName
{
color: #C42EAE;
}
</style>
background-color css
<style>
a { background-color: #C42EAE; }
a { background-color: rgb(196,46,174); }
div.DivClassName
{
background-color: #C42EAE;
}
.BgClassName
{
background-color: #C42EAE;
}
</style>
border-color css
<style>
span { border-color: #C42EAE; }
span { border-color: rgb(196,46,174); }
td.TdClassName
{
border-color: #C42EAE;
}
.TagClassName
{
border-color: #C42EAE;
}
</style>