Shades of Fuchsia #C24AB1
Tints of Fuchsia #C24AB1
RGB
CMYK
RGB Variations
Color information
#C24AB1 (or 0xC24AB1) is known color: Fuchsia. HEX triplet: C2, 4A and B1. RGB value is (194,74,177). Sum of RGB (Red+Green+Blue) = 194+74+177=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AB1 is #3DB54E. Grayscale: #797979. Windows color (decimal): -4044111 or 11619010. OLE color: 11619010.
HSL color Cylindrical-coordinate representation of color #C24AB1: hue angle of 308.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 #C24AB1 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 177 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.24 |
| HSL | 308.5º | 0.5% | 0.53% | - |
| HSV(B) | 308.5º | 0.62% | 0.76% | - |
| XYZ | 32.63 | 19.54 | 43.65 | - |
| YUV | 121.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 177 | 0 | 0.62 | 0.09 | 0.24 | 308.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | B1 | 0 | 3E | 9 | 18 | 134 | 32 | 35 |
| Octal | 302 | 112 | 261 | 0 | 76 | 11 | 30 | 464 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10110001 | 0 | 111110 | 1001 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C24AB1
Complementary color
Monochromatic Colors of #C24AB1
Black with #C24AB1
Text Example
Text Example
White with #C24AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AB1; }
p { color: rgb(194,74,177); }
H1.HeaderClassName
{
color: #C24AB1;
}
.AnyTagClassName
{
color: #C24AB1;
}
</style>
background-color css
<style>
a { background-color: #C24AB1; }
a { background-color: rgb(194,74,177); }
div.DivClassName
{
background-color: #C24AB1;
}
.BgClassName
{
background-color: #C24AB1;
}
</style>
border-color css
<style>
span { border-color: #C24AB1; }
span { border-color: rgb(194,74,177); }
td.TdClassName
{
border-color: #C24AB1;
}
.TagClassName
{
border-color: #C24AB1;
}
</style>