Shades of Fuchsia #C24ABE
Tints of Fuchsia #C24ABE
RGB
CMYK
RGB Variations
Color information
#C24ABE (or 0xC24ABE) is known color: Fuchsia. HEX triplet: C2, 4A and BE. RGB value is (194,74,190). Sum of RGB (Red+Green+Blue) = 194+74+190=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C24ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ABE is #3DB541. Grayscale: #7A7A7A. Windows color (decimal): -4044098 or 12470978. OLE color: 12470978.
HSL color Cylindrical-coordinate representation of color #C24ABE: hue angle of 302º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ABE is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 190 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.24 |
| HSL | 302º | 0.5% | 0.53% | - |
| HSV(B) | 302º | 0.62% | 0.76% | - |
| XYZ | 33.99 | 20.08 | 50.8 | - |
| YUV | 123.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 190 | 0 | 0.62 | 0.02 | 0.24 | 302 | 0.5 | 0.53 |
| Hex | C2 | 4A | BE | 0 | 3E | 2 | 18 | 12E | 32 | 35 |
| Octal | 302 | 112 | 276 | 0 | 76 | 2 | 30 | 456 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10111110 | 0 | 111110 | 10 | 11000 | 100101110 | 110010 | 110101 |
Color Harmonies of #C24ABE
Complementary color
Monochromatic Colors of #C24ABE
Black with #C24ABE
Text Example
Text Example
White with #C24ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ABE; }
p { color: rgb(194,74,190); }
H1.HeaderClassName
{
color: #C24ABE;
}
.AnyTagClassName
{
color: #C24ABE;
}
</style>
background-color css
<style>
a { background-color: #C24ABE; }
a { background-color: rgb(194,74,190); }
div.DivClassName
{
background-color: #C24ABE;
}
.BgClassName
{
background-color: #C24ABE;
}
</style>
border-color css
<style>
span { border-color: #C24ABE; }
span { border-color: rgb(194,74,190); }
td.TdClassName
{
border-color: #C24ABE;
}
.TagClassName
{
border-color: #C24ABE;
}
</style>