Shades of Fuchsia #C24AAF
Tints of Fuchsia #C24AAF
RGB
CMYK
RGB Variations
Color information
#C24AAF (or 0xC24AAF) is known color: Fuchsia. HEX triplet: C2, 4A and AF. RGB value is (194,74,175). Sum of RGB (Red+Green+Blue) = 194+74+175=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAF is #3DB550. Grayscale: #797979. Windows color (decimal): -4044113 or 11487938. OLE color: 11487938.
HSL color Cylindrical-coordinate representation of color #C24AAF: hue angle of 309.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24AAF is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 175 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.24 |
| HSL | 309.5º | 0.5% | 0.53% | - |
| HSV(B) | 309.5º | 0.62% | 0.76% | - |
| XYZ | 32.43 | 19.46 | 42.6 | - |
| YUV | 121.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 175 | 0 | 0.62 | 0.10 | 0.24 | 309.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | AF | 0 | 3E | A | 18 | 136 | 32 | 35 |
| Octal | 302 | 112 | 257 | 0 | 76 | 12 | 30 | 466 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10101111 | 0 | 111110 | 1010 | 11000 | 100110110 | 110010 | 110101 |
Color Harmonies of #C24AAF
Complementary color
Monochromatic Colors of #C24AAF
Black with #C24AAF
Text Example
Text Example
White with #C24AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AAF; }
p { color: rgb(194,74,175); }
H1.HeaderClassName
{
color: #C24AAF;
}
.AnyTagClassName
{
color: #C24AAF;
}
</style>
background-color css
<style>
a { background-color: #C24AAF; }
a { background-color: rgb(194,74,175); }
div.DivClassName
{
background-color: #C24AAF;
}
.BgClassName
{
background-color: #C24AAF;
}
</style>
border-color css
<style>
span { border-color: #C24AAF; }
span { border-color: rgb(194,74,175); }
td.TdClassName
{
border-color: #C24AAF;
}
.TagClassName
{
border-color: #C24AAF;
}
</style>