Shades of Fuchsia #C24EAB
Tints of Fuchsia #C24EAB
RGB
CMYK
RGB Variations
Color information
#C24EAB (or 0xC24EAB) is known color: Fuchsia. HEX triplet: C2, 4E and AB. RGB value is (194,78,171). Sum of RGB (Red+Green+Blue) = 194+78+171=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EAB is #3DB154. Grayscale: #7B7B7B. Windows color (decimal): -4043093 or 11226818. OLE color: 11226818.
HSL color Cylindrical-coordinate representation of color #C24EAB: hue angle of 311.9º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24EAB is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 171 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.24 |
| HSL | 311.9º | 0.49% | 0.53% | - |
| HSV(B) | 311.9º | 0.6% | 0.76% | - |
| XYZ | 32.32 | 19.86 | 40.66 | - |
| YUV | 123.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 171 | 0 | 0.60 | 0.12 | 0.24 | 311.9 | 0.49 | 0.53 |
| Hex | C2 | 4E | AB | 0 | 3C | C | 18 | 138 | 31 | 35 |
| Octal | 302 | 116 | 253 | 0 | 74 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10101011 | 0 | 111100 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C24EAB
Complementary color
Monochromatic Colors of #C24EAB
Black with #C24EAB
Text Example
Text Example
White with #C24EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EAB; }
p { color: rgb(194,78,171); }
H1.HeaderClassName
{
color: #C24EAB;
}
.AnyTagClassName
{
color: #C24EAB;
}
</style>
background-color css
<style>
a { background-color: #C24EAB; }
a { background-color: rgb(194,78,171); }
div.DivClassName
{
background-color: #C24EAB;
}
.BgClassName
{
background-color: #C24EAB;
}
</style>
border-color css
<style>
span { border-color: #C24EAB; }
span { border-color: rgb(194,78,171); }
td.TdClassName
{
border-color: #C24EAB;
}
.TagClassName
{
border-color: #C24EAB;
}
</style>