Shades of Fuchsia #C24EAF
Tints of Fuchsia #C24EAF
RGB
CMYK
RGB Variations
Color information
#C24EAF (or 0xC24EAF) is known color: Fuchsia. HEX triplet: C2, 4E and AF. RGB value is (194,78,175). Sum of RGB (Red+Green+Blue) = 194+78+175=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24EAF is #3DB150. Grayscale: #7B7B7B. Windows color (decimal): -4043089 or 11488962. OLE color: 11488962.
HSL color Cylindrical-coordinate representation of color #C24EAF: hue angle of 309.83º 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 #C24EAF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 175 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.24 |
| HSL | 309.83º | 0.49% | 0.53% | - |
| HSV(B) | 309.83º | 0.6% | 0.76% | - |
| XYZ | 32.71 | 20.01 | 42.7 | - |
| YUV | 123.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 175 | 0 | 0.60 | 0.10 | 0.24 | 309.83 | 0.49 | 0.53 |
| Hex | C2 | 4E | AF | 0 | 3C | A | 18 | 136 | 31 | 35 |
| Octal | 302 | 116 | 257 | 0 | 74 | 12 | 30 | 466 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10101111 | 0 | 111100 | 1010 | 11000 | 100110110 | 110001 | 110101 |
Color Harmonies of #C24EAF
Complementary color
Monochromatic Colors of #C24EAF
Black with #C24EAF
Text Example
Text Example
White with #C24EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EAF; }
p { color: rgb(194,78,175); }
H1.HeaderClassName
{
color: #C24EAF;
}
.AnyTagClassName
{
color: #C24EAF;
}
</style>
background-color css
<style>
a { background-color: #C24EAF; }
a { background-color: rgb(194,78,175); }
div.DivClassName
{
background-color: #C24EAF;
}
.BgClassName
{
background-color: #C24EAF;
}
</style>
border-color css
<style>
span { border-color: #C24EAF; }
span { border-color: rgb(194,78,175); }
td.TdClassName
{
border-color: #C24EAF;
}
.TagClassName
{
border-color: #C24EAF;
}
</style>