Shades of Fuchsia #C24CAA
Tints of Fuchsia #C24CAA
RGB
CMYK
RGB Variations
Color information
#C24CAA (or 0xC24CAA) is known color: Fuchsia. HEX triplet: C2, 4C and AA. RGB value is (194,76,170). Sum of RGB (Red+Green+Blue) = 194+76+170=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CAA is #3DB355. Grayscale: #797979. Windows color (decimal): -4043606 or 11160770. OLE color: 11160770.
HSL color Cylindrical-coordinate representation of color #C24CAA: hue angle of 312.2º 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 #C24CAA is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 170 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.24 |
| HSL | 312.2º | 0.49% | 0.53% | - |
| HSV(B) | 312.2º | 0.61% | 0.76% | - |
| XYZ | 32.09 | 19.54 | 40.11 | - |
| YUV | 122 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 170 | 0 | 0.61 | 0.12 | 0.24 | 312.2 | 0.49 | 0.53 |
| Hex | C2 | 4C | AA | 0 | 3D | C | 18 | 138 | 31 | 35 |
| Octal | 302 | 114 | 252 | 0 | 75 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10101010 | 0 | 111101 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C24CAA
Complementary color
Monochromatic Colors of #C24CAA
Black with #C24CAA
Text Example
Text Example
White with #C24CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CAA; }
p { color: rgb(194,76,170); }
H1.HeaderClassName
{
color: #C24CAA;
}
.AnyTagClassName
{
color: #C24CAA;
}
</style>
background-color css
<style>
a { background-color: #C24CAA; }
a { background-color: rgb(194,76,170); }
div.DivClassName
{
background-color: #C24CAA;
}
.BgClassName
{
background-color: #C24CAA;
}
</style>
border-color css
<style>
span { border-color: #C24CAA; }
span { border-color: rgb(194,76,170); }
td.TdClassName
{
border-color: #C24CAA;
}
.TagClassName
{
border-color: #C24CAA;
}
</style>