Shades of Fuchsia #C24FA8
Tints of Fuchsia #C24FA8
RGB
CMYK
RGB Variations
Color information
#C24FA8 (or 0xC24FA8) is known color: Fuchsia. HEX triplet: C2, 4F and A8. RGB value is (194,79,168). Sum of RGB (Red+Green+Blue) = 194+79+168=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FA8 is #3DB057. Grayscale: #7B7B7B. Windows color (decimal): -4042840 or 11030466. OLE color: 11030466.
HSL color Cylindrical-coordinate representation of color #C24FA8: hue angle of 313.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FA8 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 168 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.24 |
| HSL | 313.57º | 0.49% | 0.54% | - |
| HSV(B) | 313.57º | 0.59% | 0.76% | - |
| XYZ | 32.11 | 19.89 | 39.19 | - |
| YUV | 123.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 168 | 0 | 0.59 | 0.13 | 0.24 | 313.57 | 0.49 | 0.54 |
| Hex | C2 | 4F | A8 | 0 | 3B | D | 18 | 13A | 31 | 36 |
| Octal | 302 | 117 | 250 | 0 | 73 | 15 | 30 | 472 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10101000 | 0 | 111011 | 1101 | 11000 | 100111010 | 110001 | 110110 |
Color Harmonies of #C24FA8
Complementary color
Monochromatic Colors of #C24FA8
Black with #C24FA8
Text Example
Text Example
White with #C24FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FA8; }
p { color: rgb(194,79,168); }
H1.HeaderClassName
{
color: #C24FA8;
}
.AnyTagClassName
{
color: #C24FA8;
}
</style>
background-color css
<style>
a { background-color: #C24FA8; }
a { background-color: rgb(194,79,168); }
div.DivClassName
{
background-color: #C24FA8;
}
.BgClassName
{
background-color: #C24FA8;
}
</style>
border-color css
<style>
span { border-color: #C24FA8; }
span { border-color: rgb(194,79,168); }
td.TdClassName
{
border-color: #C24FA8;
}
.TagClassName
{
border-color: #C24FA8;
}
</style>