Shades of Fuchsia #C24EBA
Tints of Fuchsia #C24EBA
RGB
CMYK
RGB Variations
Color information
#C24EBA (or 0xC24EBA) is known color: Fuchsia. HEX triplet: C2, 4E and BA. RGB value is (194,78,186). Sum of RGB (Red+Green+Blue) = 194+78+186=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EBA is #3DB145. Grayscale: #7C7C7C. Windows color (decimal): -4043078 or 12209858. OLE color: 12209858.
HSL color Cylindrical-coordinate representation of color #C24EBA: hue angle of 304.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24EBA is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 186 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.24 |
| HSL | 304.14º | 0.49% | 0.53% | - |
| HSV(B) | 304.14º | 0.6% | 0.76% | - |
| XYZ | 33.84 | 20.46 | 48.62 | - |
| YUV | 125 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 186 | 0 | 0.60 | 0.04 | 0.24 | 304.14 | 0.49 | 0.53 |
| Hex | C2 | 4E | BA | 0 | 3C | 4 | 18 | 130 | 31 | 35 |
| Octal | 302 | 116 | 272 | 0 | 74 | 4 | 30 | 460 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10111010 | 0 | 111100 | 100 | 11000 | 100110000 | 110001 | 110101 |
Color Harmonies of #C24EBA
Complementary color
Monochromatic Colors of #C24EBA
Black with #C24EBA
Text Example
Text Example
White with #C24EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EBA; }
p { color: rgb(194,78,186); }
H1.HeaderClassName
{
color: #C24EBA;
}
.AnyTagClassName
{
color: #C24EBA;
}
</style>
background-color css
<style>
a { background-color: #C24EBA; }
a { background-color: rgb(194,78,186); }
div.DivClassName
{
background-color: #C24EBA;
}
.BgClassName
{
background-color: #C24EBA;
}
</style>
border-color css
<style>
span { border-color: #C24EBA; }
span { border-color: rgb(194,78,186); }
td.TdClassName
{
border-color: #C24EBA;
}
.TagClassName
{
border-color: #C24EBA;
}
</style>