Shades of Fuchsia #C24DAE
Tints of Fuchsia #C24DAE
RGB
CMYK
RGB Variations
Color information
#C24DAE (or 0xC24DAE) is known color: Fuchsia. HEX triplet: C2, 4D and AE. RGB value is (194,77,174). Sum of RGB (Red+Green+Blue) = 194+77+174=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DAE is #3DB251. Grayscale: #7A7A7A. Windows color (decimal): -4043346 or 11423170. OLE color: 11423170.
HSL color Cylindrical-coordinate representation of color #C24DAE: hue angle of 310.26º 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 #C24DAE is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 174 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.24 |
| HSL | 310.26º | 0.49% | 0.53% | - |
| HSV(B) | 310.26º | 0.6% | 0.76% | - |
| XYZ | 32.54 | 19.83 | 42.16 | - |
| YUV | 123.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 174 | 0 | 0.60 | 0.10 | 0.24 | 310.26 | 0.49 | 0.53 |
| Hex | C2 | 4D | AE | 0 | 3C | A | 18 | 136 | 31 | 35 |
| Octal | 302 | 115 | 256 | 0 | 74 | 12 | 30 | 466 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10101110 | 0 | 111100 | 1010 | 11000 | 100110110 | 110001 | 110101 |
Color Harmonies of #C24DAE
Complementary color
Monochromatic Colors of #C24DAE
Black with #C24DAE
Text Example
Text Example
White with #C24DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DAE; }
p { color: rgb(194,77,174); }
H1.HeaderClassName
{
color: #C24DAE;
}
.AnyTagClassName
{
color: #C24DAE;
}
</style>
background-color css
<style>
a { background-color: #C24DAE; }
a { background-color: rgb(194,77,174); }
div.DivClassName
{
background-color: #C24DAE;
}
.BgClassName
{
background-color: #C24DAE;
}
</style>
border-color css
<style>
span { border-color: #C24DAE; }
span { border-color: rgb(194,77,174); }
td.TdClassName
{
border-color: #C24DAE;
}
.TagClassName
{
border-color: #C24DAE;
}
</style>