Shades of Fuchsia #C42AAE
Tints of Fuchsia #C42AAE
RGB
CMYK
RGB Variations
Color information
#C42AAE (or 0xC42AAE) is known color: Fuchsia. HEX triplet: C4, 2A and AE. RGB value is (196,42,174). Sum of RGB (Red+Green+Blue) = 196+42+174=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C42AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42AAE is #3BD551. Grayscale: #666666. Windows color (decimal): -3921234 or 11414212. OLE color: 11414212.
HSL color Cylindrical-coordinate representation of color #C42AAE: hue angle of 308.57º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42AAE is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 174 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.23 |
| HSL | 308.57º | 0.65% | 0.47% | - |
| HSV(B) | 308.57º | 0.79% | 0.77% | - |
| XYZ | 31.23 | 16.45 | 41.57 | - |
| YUV | 103.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 174 | 0 | 0.79 | 0.11 | 0.23 | 308.57 | 0.65 | 0.47 |
| Hex | C4 | 2A | AE | 0 | 4F | B | 17 | 135 | 41 | 2F |
| Octal | 304 | 52 | 256 | 0 | 117 | 13 | 27 | 465 | 101 | 57 |
| Binary | 11000100 | 101010 | 10101110 | 0 | 1001111 | 1011 | 10111 | 100110101 | 1000001 | 101111 |
Color Harmonies of #C42AAE
Complementary color
Monochromatic Colors of #C42AAE
Black with #C42AAE
Text Example
Text Example
White with #C42AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42AAE; }
p { color: rgb(196,42,174); }
H1.HeaderClassName
{
color: #C42AAE;
}
.AnyTagClassName
{
color: #C42AAE;
}
</style>
background-color css
<style>
a { background-color: #C42AAE; }
a { background-color: rgb(196,42,174); }
div.DivClassName
{
background-color: #C42AAE;
}
.BgClassName
{
background-color: #C42AAE;
}
</style>
border-color css
<style>
span { border-color: #C42AAE; }
span { border-color: rgb(196,42,174); }
td.TdClassName
{
border-color: #C42AAE;
}
.TagClassName
{
border-color: #C42AAE;
}
</style>