Shades of Fuchsia #C24FAA
Tints of Fuchsia #C24FAA
RGB
CMYK
RGB Variations
Color information
#C24FAA (or 0xC24FAA) is known color: Fuchsia. HEX triplet: C2, 4F and AA. RGB value is (194,79,170). Sum of RGB (Red+Green+Blue) = 194+79+170=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FAA is #3DB055. Grayscale: #7B7B7B. Windows color (decimal): -4042838 or 11161538. OLE color: 11161538.
HSL color Cylindrical-coordinate representation of color #C24FAA: hue angle of 312.52º 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 #C24FAA is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 170 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.24 |
| HSL | 312.52º | 0.49% | 0.54% | - |
| HSV(B) | 312.52º | 0.59% | 0.76% | - |
| XYZ | 32.3 | 19.96 | 40.18 | - |
| YUV | 123.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 170 | 0 | 0.59 | 0.12 | 0.24 | 312.52 | 0.49 | 0.54 |
| Hex | C2 | 4F | AA | 0 | 3B | C | 18 | 139 | 31 | 36 |
| Octal | 302 | 117 | 252 | 0 | 73 | 14 | 30 | 471 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10101010 | 0 | 111011 | 1100 | 11000 | 100111001 | 110001 | 110110 |
Color Harmonies of #C24FAA
Complementary color
Monochromatic Colors of #C24FAA
Black with #C24FAA
Text Example
Text Example
White with #C24FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FAA; }
p { color: rgb(194,79,170); }
H1.HeaderClassName
{
color: #C24FAA;
}
.AnyTagClassName
{
color: #C24FAA;
}
</style>
background-color css
<style>
a { background-color: #C24FAA; }
a { background-color: rgb(194,79,170); }
div.DivClassName
{
background-color: #C24FAA;
}
.BgClassName
{
background-color: #C24FAA;
}
</style>
border-color css
<style>
span { border-color: #C24FAA; }
span { border-color: rgb(194,79,170); }
td.TdClassName
{
border-color: #C24FAA;
}
.TagClassName
{
border-color: #C24FAA;
}
</style>