Shades of Fuchsia #C42EAF
Tints of Fuchsia #C42EAF
RGB
CMYK
RGB Variations
Color information
#C42EAF (or 0xC42EAF) is known color: Fuchsia. HEX triplet: C4, 2E and AF. RGB value is (196,46,175). Sum of RGB (Red+Green+Blue) = 196+46+175=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C42EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42EAF is #3BD150. Grayscale: #696969. Windows color (decimal): -3920209 or 11480772. OLE color: 11480772.
HSL color Cylindrical-coordinate representation of color #C42EAF: hue angle of 308.4º 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 #C42EAF is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 175 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.23 |
| HSL | 308.4º | 0.62% | 0.47% | - |
| HSV(B) | 308.4º | 0.77% | 0.77% | - |
| XYZ | 31.48 | 16.78 | 42.14 | - |
| YUV | 105.56 | 167.2 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 175 | 0 | 0.77 | 0.11 | 0.23 | 308.4 | 0.62 | 0.47 |
| Hex | C4 | 2E | AF | 0 | 4D | B | 17 | 134 | 3E | 2F |
| Octal | 304 | 56 | 257 | 0 | 115 | 13 | 27 | 464 | 76 | 57 |
| Binary | 11000100 | 101110 | 10101111 | 0 | 1001101 | 1011 | 10111 | 100110100 | 111110 | 101111 |
Color Harmonies of #C42EAF
Complementary color
Monochromatic Colors of #C42EAF
Black with #C42EAF
Text Example
Text Example
White with #C42EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42EAF; }
p { color: rgb(196,46,175); }
H1.HeaderClassName
{
color: #C42EAF;
}
.AnyTagClassName
{
color: #C42EAF;
}
</style>
background-color css
<style>
a { background-color: #C42EAF; }
a { background-color: rgb(196,46,175); }
div.DivClassName
{
background-color: #C42EAF;
}
.BgClassName
{
background-color: #C42EAF;
}
</style>
border-color css
<style>
span { border-color: #C42EAF; }
span { border-color: rgb(196,46,175); }
td.TdClassName
{
border-color: #C42EAF;
}
.TagClassName
{
border-color: #C42EAF;
}
</style>