Shades of Fuchsia #C24AB0
Tints of Fuchsia #C24AB0
RGB
CMYK
RGB Variations
Color information
#C24AB0 (or 0xC24AB0) is known color: Fuchsia. HEX triplet: C2, 4A and B0. RGB value is (194,74,176). Sum of RGB (Red+Green+Blue) = 194+74+176=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AB0 is #3DB54F. Grayscale: #797979. Windows color (decimal): -4044112 or 11553474. OLE color: 11553474.
HSL color Cylindrical-coordinate representation of color #C24AB0: hue angle of 309º 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 #C24AB0 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 176 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.24 |
| HSL | 309º | 0.5% | 0.53% | - |
| HSV(B) | 309º | 0.62% | 0.76% | - |
| XYZ | 32.53 | 19.5 | 43.12 | - |
| YUV | 121.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 176 | 0 | 0.62 | 0.09 | 0.24 | 309 | 0.5 | 0.53 |
| Hex | C2 | 4A | B0 | 0 | 3E | 9 | 18 | 135 | 32 | 35 |
| Octal | 302 | 112 | 260 | 0 | 76 | 11 | 30 | 465 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10110000 | 0 | 111110 | 1001 | 11000 | 100110101 | 110010 | 110101 |
Color Harmonies of #C24AB0
Complementary color
Monochromatic Colors of #C24AB0
Black with #C24AB0
Text Example
Text Example
White with #C24AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AB0; }
p { color: rgb(194,74,176); }
H1.HeaderClassName
{
color: #C24AB0;
}
.AnyTagClassName
{
color: #C24AB0;
}
</style>
background-color css
<style>
a { background-color: #C24AB0; }
a { background-color: rgb(194,74,176); }
div.DivClassName
{
background-color: #C24AB0;
}
.BgClassName
{
background-color: #C24AB0;
}
</style>
border-color css
<style>
span { border-color: #C24AB0; }
span { border-color: rgb(194,74,176); }
td.TdClassName
{
border-color: #C24AB0;
}
.TagClassName
{
border-color: #C24AB0;
}
</style>