Shades of Fuchsia #C24EBC
Tints of Fuchsia #C24EBC
RGB
CMYK
RGB Variations
Color information
#C24EBC (or 0xC24EBC) is known color: Fuchsia. HEX triplet: C2, 4E and BC. RGB value is (194,78,188). Sum of RGB (Red+Green+Blue) = 194+78+188=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EBC is #3DB143. Grayscale: #7C7C7C. Windows color (decimal): -4043076 or 12340930. OLE color: 12340930.
HSL color Cylindrical-coordinate representation of color #C24EBC: hue angle of 303.1º 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 #C24EBC is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 188 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.24 |
| HSL | 303.1º | 0.49% | 0.53% | - |
| HSV(B) | 303.1º | 0.6% | 0.76% | - |
| XYZ | 34.05 | 20.55 | 49.75 | - |
| YUV | 125.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 188 | 0 | 0.60 | 0.03 | 0.24 | 303.1 | 0.49 | 0.53 |
| Hex | C2 | 4E | BC | 0 | 3C | 3 | 18 | 12F | 31 | 35 |
| Octal | 302 | 116 | 274 | 0 | 74 | 3 | 30 | 457 | 61 | 65 |
| Binary | 11000010 | 1001110 | 10111100 | 0 | 111100 | 11 | 11000 | 100101111 | 110001 | 110101 |
Color Harmonies of #C24EBC
Complementary color
Monochromatic Colors of #C24EBC
Black with #C24EBC
Text Example
Text Example
White with #C24EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EBC; }
p { color: rgb(194,78,188); }
H1.HeaderClassName
{
color: #C24EBC;
}
.AnyTagClassName
{
color: #C24EBC;
}
</style>
background-color css
<style>
a { background-color: #C24EBC; }
a { background-color: rgb(194,78,188); }
div.DivClassName
{
background-color: #C24EBC;
}
.BgClassName
{
background-color: #C24EBC;
}
</style>
border-color css
<style>
span { border-color: #C24EBC; }
span { border-color: rgb(194,78,188); }
td.TdClassName
{
border-color: #C24EBC;
}
.TagClassName
{
border-color: #C24EBC;
}
</style>