Shades of Fuchsia #C24CAC
Tints of Fuchsia #C24CAC
RGB
CMYK
RGB Variations
Color information
#C24CAC (or 0xC24CAC) is known color: Fuchsia. HEX triplet: C2, 4C and AC. RGB value is (194,76,172). Sum of RGB (Red+Green+Blue) = 194+76+172=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CAC is #3DB353. Grayscale: #797979. Windows color (decimal): -4043604 or 11291842. OLE color: 11291842.
HSL color Cylindrical-coordinate representation of color #C24CAC: hue angle of 311.19º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CAC is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 172 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.24 |
| HSL | 311.19º | 0.49% | 0.53% | - |
| HSV(B) | 311.19º | 0.61% | 0.76% | - |
| XYZ | 32.28 | 19.62 | 41.11 | - |
| YUV | 122.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 172 | 0 | 0.61 | 0.11 | 0.24 | 311.19 | 0.49 | 0.53 |
| Hex | C2 | 4C | AC | 0 | 3D | B | 18 | 137 | 31 | 35 |
| Octal | 302 | 114 | 254 | 0 | 75 | 13 | 30 | 467 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10101100 | 0 | 111101 | 1011 | 11000 | 100110111 | 110001 | 110101 |
Color Harmonies of #C24CAC
Complementary color
Monochromatic Colors of #C24CAC
Black with #C24CAC
Text Example
Text Example
White with #C24CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CAC; }
p { color: rgb(194,76,172); }
H1.HeaderClassName
{
color: #C24CAC;
}
.AnyTagClassName
{
color: #C24CAC;
}
</style>
background-color css
<style>
a { background-color: #C24CAC; }
a { background-color: rgb(194,76,172); }
div.DivClassName
{
background-color: #C24CAC;
}
.BgClassName
{
background-color: #C24CAC;
}
</style>
border-color css
<style>
span { border-color: #C24CAC; }
span { border-color: rgb(194,76,172); }
td.TdClassName
{
border-color: #C24CAC;
}
.TagClassName
{
border-color: #C24CAC;
}
</style>