Shades of Fuchsia #C24BA9
Tints of Fuchsia #C24BA9
RGB
CMYK
RGB Variations
Color information
#C24BA9 (or 0xC24BA9) is known color: Fuchsia. HEX triplet: C2, 4B and A9. RGB value is (194,75,169). Sum of RGB (Red+Green+Blue) = 194+75+169=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BA9 is #3DB456. Grayscale: #797979. Windows color (decimal): -4043863 or 11094978. OLE color: 11094978.
HSL color Cylindrical-coordinate representation of color #C24BA9: hue angle of 312.61º 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 #C24BA9 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 169 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.24 |
| HSL | 312.61º | 0.49% | 0.53% | - |
| HSV(B) | 312.61º | 0.61% | 0.76% | - |
| XYZ | 31.93 | 19.37 | 39.59 | - |
| YUV | 121.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 169 | 0 | 0.61 | 0.13 | 0.24 | 312.61 | 0.49 | 0.53 |
| Hex | C2 | 4B | A9 | 0 | 3D | D | 18 | 139 | 31 | 35 |
| Octal | 302 | 113 | 251 | 0 | 75 | 15 | 30 | 471 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10101001 | 0 | 111101 | 1101 | 11000 | 100111001 | 110001 | 110101 |
Color Harmonies of #C24BA9
Complementary color
Monochromatic Colors of #C24BA9
Black with #C24BA9
Text Example
Text Example
White with #C24BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24BA9; }
p { color: rgb(194,75,169); }
H1.HeaderClassName
{
color: #C24BA9;
}
.AnyTagClassName
{
color: #C24BA9;
}
</style>
background-color css
<style>
a { background-color: #C24BA9; }
a { background-color: rgb(194,75,169); }
div.DivClassName
{
background-color: #C24BA9;
}
.BgClassName
{
background-color: #C24BA9;
}
</style>
border-color css
<style>
span { border-color: #C24BA9; }
span { border-color: rgb(194,75,169); }
td.TdClassName
{
border-color: #C24BA9;
}
.TagClassName
{
border-color: #C24BA9;
}
</style>