Shades of Fuchsia #C24EBE
Tints of Fuchsia #C24EBE
RGB
CMYK
RGB Variations
Color information
#C24EBE (or 0xC24EBE) is known color: Fuchsia. HEX triplet: C2, 4E and BE. RGB value is (194,78,190). Sum of RGB (Red+Green+Blue) = 194+78+190=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EBE is #3DB141. Grayscale: #7D7D7D. Windows color (decimal): -4043074 or 12472002. OLE color: 12472002.
HSL color Cylindrical-coordinate representation of color #C24EBE: hue angle of 302.07º 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 #C24EBE is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 190 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.24 |
| HSL | 302.07º | 0.49% | 0.53% | - |
| HSV(B) | 302.07º | 0.6% | 0.76% | - |
| XYZ | 34.27 | 20.64 | 50.89 | - |
| YUV | 125.45 | 164.43 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 190 | 0 | 0.60 | 0.02 | 0.24 | 302.07 | 0.49 | 0.53 |
| Hex | C2 | 4E | BE | 0 | 3C | 2 | 18 | 12E | 31 | 35 |
| Octal | 302 | 116 | 276 | 0 | 74 | 2 | 30 | 456 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10111110 | 0 | 111100 | 10 | 11000 | 100101110 | 110001 | 110101 |
Color Harmonies of #C24EBE
Complementary color
Monochromatic Colors of #C24EBE
Black with #C24EBE
Text Example
Text Example
White with #C24EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EBE; }
p { color: rgb(194,78,190); }
H1.HeaderClassName
{
color: #C24EBE;
}
.AnyTagClassName
{
color: #C24EBE;
}
</style>
background-color css
<style>
a { background-color: #C24EBE; }
a { background-color: rgb(194,78,190); }
div.DivClassName
{
background-color: #C24EBE;
}
.BgClassName
{
background-color: #C24EBE;
}
</style>
border-color css
<style>
span { border-color: #C24EBE; }
span { border-color: rgb(194,78,190); }
td.TdClassName
{
border-color: #C24EBE;
}
.TagClassName
{
border-color: #C24EBE;
}
</style>