Shades of Fuchsia #C24AB4
Tints of Fuchsia #C24AB4
RGB
CMYK
RGB Variations
Color information
#C24AB4 (or 0xC24AB4) is known color: Fuchsia. HEX triplet: C2, 4A and B4. RGB value is (194,74,180). Sum of RGB (Red+Green+Blue) = 194+74+180=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AB4 is #3DB54B. Grayscale: #797979. Windows color (decimal): -4044108 or 11815618. OLE color: 11815618.
HSL color Cylindrical-coordinate representation of color #C24AB4: hue angle of 307º 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 #C24AB4 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 180 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.24 |
| HSL | 307º | 0.5% | 0.53% | - |
| HSV(B) | 307º | 0.62% | 0.76% | - |
| XYZ | 32.94 | 19.66 | 45.24 | - |
| YUV | 121.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 180 | 0 | 0.62 | 0.07 | 0.24 | 307 | 0.5 | 0.53 |
| Hex | C2 | 4A | B4 | 0 | 3E | 7 | 18 | 133 | 32 | 35 |
| Octal | 302 | 112 | 264 | 0 | 76 | 7 | 30 | 463 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10110100 | 0 | 111110 | 111 | 11000 | 100110011 | 110010 | 110101 |
Color Harmonies of #C24AB4
Complementary color
Monochromatic Colors of #C24AB4
Black with #C24AB4
Text Example
Text Example
White with #C24AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AB4; }
p { color: rgb(194,74,180); }
H1.HeaderClassName
{
color: #C24AB4;
}
.AnyTagClassName
{
color: #C24AB4;
}
</style>
background-color css
<style>
a { background-color: #C24AB4; }
a { background-color: rgb(194,74,180); }
div.DivClassName
{
background-color: #C24AB4;
}
.BgClassName
{
background-color: #C24AB4;
}
</style>
border-color css
<style>
span { border-color: #C24AB4; }
span { border-color: rgb(194,74,180); }
td.TdClassName
{
border-color: #C24AB4;
}
.TagClassName
{
border-color: #C24AB4;
}
</style>