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