Shades of Fuchsia #C24DA8
Tints of Fuchsia #C24DA8
RGB
CMYK
RGB Variations
Color information
#C24DA8 (or 0xC24DA8) is known color: Fuchsia. HEX triplet: C2, 4D and A8. RGB value is (194,77,168). Sum of RGB (Red+Green+Blue) = 194+77+168=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DA8 is #3DB257. Grayscale: #7A7A7A. Windows color (decimal): -4043352 or 11029954. OLE color: 11029954.
HSL color Cylindrical-coordinate representation of color #C24DA8: hue angle of 313.33º 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 #C24DA8 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 168 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.24 |
| HSL | 313.33º | 0.49% | 0.53% | - |
| HSV(B) | 313.33º | 0.6% | 0.76% | - |
| XYZ | 31.97 | 19.6 | 39.14 | - |
| YUV | 122.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 168 | 0 | 0.60 | 0.13 | 0.24 | 313.33 | 0.49 | 0.53 |
| Hex | C2 | 4D | A8 | 0 | 3C | D | 18 | 139 | 31 | 35 |
| Octal | 302 | 115 | 250 | 0 | 74 | 15 | 30 | 471 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10101000 | 0 | 111100 | 1101 | 11000 | 100111001 | 110001 | 110101 |
Color Harmonies of #C24DA8
Complementary color
Monochromatic Colors of #C24DA8
Black with #C24DA8
Text Example
Text Example
White with #C24DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DA8; }
p { color: rgb(194,77,168); }
H1.HeaderClassName
{
color: #C24DA8;
}
.AnyTagClassName
{
color: #C24DA8;
}
</style>
background-color css
<style>
a { background-color: #C24DA8; }
a { background-color: rgb(194,77,168); }
div.DivClassName
{
background-color: #C24DA8;
}
.BgClassName
{
background-color: #C24DA8;
}
</style>
border-color css
<style>
span { border-color: #C24DA8; }
span { border-color: rgb(194,77,168); }
td.TdClassName
{
border-color: #C24DA8;
}
.TagClassName
{
border-color: #C24DA8;
}
</style>