Shades of Fuchsia #C24DAD
Tints of Fuchsia #C24DAD
RGB
CMYK
RGB Variations
Color information
#C24DAD (or 0xC24DAD) is known color: Fuchsia. HEX triplet: C2, 4D and AD. RGB value is (194,77,173). Sum of RGB (Red+Green+Blue) = 194+77+173=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DAD is #3DB252. Grayscale: #7A7A7A. Windows color (decimal): -4043347 or 11357634. OLE color: 11357634.
HSL color Cylindrical-coordinate representation of color #C24DAD: hue angle of 310.77º 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 #C24DAD is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 173 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.24 |
| HSL | 310.77º | 0.49% | 0.53% | - |
| HSV(B) | 310.77º | 0.6% | 0.76% | - |
| XYZ | 32.44 | 19.79 | 41.65 | - |
| YUV | 122.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 173 | 0 | 0.60 | 0.11 | 0.24 | 310.77 | 0.49 | 0.53 |
| Hex | C2 | 4D | AD | 0 | 3C | B | 18 | 137 | 31 | 35 |
| Octal | 302 | 115 | 255 | 0 | 74 | 13 | 30 | 467 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10101101 | 0 | 111100 | 1011 | 11000 | 100110111 | 110001 | 110101 |
Color Harmonies of #C24DAD
Complementary color
Monochromatic Colors of #C24DAD
Black with #C24DAD
Text Example
Text Example
White with #C24DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DAD; }
p { color: rgb(194,77,173); }
H1.HeaderClassName
{
color: #C24DAD;
}
.AnyTagClassName
{
color: #C24DAD;
}
</style>
background-color css
<style>
a { background-color: #C24DAD; }
a { background-color: rgb(194,77,173); }
div.DivClassName
{
background-color: #C24DAD;
}
.BgClassName
{
background-color: #C24DAD;
}
</style>
border-color css
<style>
span { border-color: #C24DAD; }
span { border-color: rgb(194,77,173); }
td.TdClassName
{
border-color: #C24DAD;
}
.TagClassName
{
border-color: #C24DAD;
}
</style>