Shades of Fuchsia #C24EAA
Tints of Fuchsia #C24EAA
RGB
CMYK
RGB Variations
Color information
#C24EAA (or 0xC24EAA) is known color: Fuchsia. HEX triplet: C2, 4E and AA. RGB value is (194,78,170). Sum of RGB (Red+Green+Blue) = 194+78+170=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EAA is #3DB155. Grayscale: #7A7A7A. Windows color (decimal): -4043094 or 11161282. OLE color: 11161282.
HSL color Cylindrical-coordinate representation of color #C24EAA: hue angle of 312.41º 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 #C24EAA is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 170 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.24 |
| HSL | 312.41º | 0.49% | 0.53% | - |
| HSV(B) | 312.41º | 0.6% | 0.76% | - |
| XYZ | 32.23 | 19.82 | 40.16 | - |
| YUV | 123.17 | 154.43 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 170 | 0 | 0.60 | 0.12 | 0.24 | 312.41 | 0.49 | 0.53 |
| Hex | C2 | 4E | AA | 0 | 3C | C | 18 | 138 | 31 | 35 |
| Octal | 302 | 116 | 252 | 0 | 74 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10101010 | 0 | 111100 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C24EAA
Complementary color
Monochromatic Colors of #C24EAA
Black with #C24EAA
Text Example
Text Example
White with #C24EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EAA; }
p { color: rgb(194,78,170); }
H1.HeaderClassName
{
color: #C24EAA;
}
.AnyTagClassName
{
color: #C24EAA;
}
</style>
background-color css
<style>
a { background-color: #C24EAA; }
a { background-color: rgb(194,78,170); }
div.DivClassName
{
background-color: #C24EAA;
}
.BgClassName
{
background-color: #C24EAA;
}
</style>
border-color css
<style>
span { border-color: #C24EAA; }
span { border-color: rgb(194,78,170); }
td.TdClassName
{
border-color: #C24EAA;
}
.TagClassName
{
border-color: #C24EAA;
}
</style>