Shades of Fuchsia #C24AAB
Tints of Fuchsia #C24AAB
RGB
CMYK
RGB Variations
Color information
#C24AAB (or 0xC24AAB) is known color: Fuchsia. HEX triplet: C2, 4A and AB. RGB value is (194,74,171). Sum of RGB (Red+Green+Blue) = 194+74+171=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C24AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24AAB is #3DB554. Grayscale: #787878. Windows color (decimal): -4044117 or 11225794. OLE color: 11225794.
HSL color Cylindrical-coordinate representation of color #C24AAB: hue angle of 311.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 #C24AAB is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 171 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.24 |
| HSL | 311.5º | 0.5% | 0.53% | - |
| HSV(B) | 311.5º | 0.62% | 0.76% | - |
| XYZ | 32.05 | 19.31 | 40.57 | - |
| YUV | 120.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 171 | 0 | 0.62 | 0.12 | 0.24 | 311.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | AB | 0 | 3E | C | 18 | 138 | 32 | 35 |
| Octal | 302 | 112 | 253 | 0 | 76 | 14 | 30 | 470 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10101011 | 0 | 111110 | 1100 | 11000 | 100111000 | 110010 | 110101 |
Color Harmonies of #C24AAB
Complementary color
Monochromatic Colors of #C24AAB
Black with #C24AAB
Text Example
Text Example
White with #C24AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24AAB; }
p { color: rgb(194,74,171); }
H1.HeaderClassName
{
color: #C24AAB;
}
.AnyTagClassName
{
color: #C24AAB;
}
</style>
background-color css
<style>
a { background-color: #C24AAB; }
a { background-color: rgb(194,74,171); }
div.DivClassName
{
background-color: #C24AAB;
}
.BgClassName
{
background-color: #C24AAB;
}
</style>
border-color css
<style>
span { border-color: #C24AAB; }
span { border-color: rgb(194,74,171); }
td.TdClassName
{
border-color: #C24AAB;
}
.TagClassName
{
border-color: #C24AAB;
}
</style>