Shades of Fuchsia #C24EC1
Tints of Fuchsia #C24EC1
RGB
CMYK
RGB Variations
Color information
#C24EC1 (or 0xC24EC1) is known color: Fuchsia. HEX triplet: C2, 4E and C1. RGB value is (194,78,193). Sum of RGB (Red+Green+Blue) = 194+78+193=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C24EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EC1 is #3DB13E. Grayscale: #7D7D7D. Windows color (decimal): -4043071 or 12668610. OLE color: 12668610.
HSL color Cylindrical-coordinate representation of color #C24EC1: hue angle of 300.52º 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 #C24EC1 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 193 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.24 |
| HSL | 300.52º | 0.49% | 0.53% | - |
| HSV(B) | 300.52º | 0.6% | 0.76% | - |
| XYZ | 34.6 | 20.77 | 52.64 | - |
| YUV | 125.79 | 165.93 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 193 | 0 | 0.60 | 0.01 | 0.24 | 300.52 | 0.49 | 0.53 |
| Hex | C2 | 4E | C1 | 0 | 3C | 1 | 18 | 12D | 31 | 35 |
| Octal | 302 | 116 | 301 | 0 | 74 | 1 | 30 | 455 | 61 | 65 |
| Binary | 11000010 | 1001110 | 11000001 | 0 | 111100 | 1 | 11000 | 100101101 | 110001 | 110101 |
Color Harmonies of #C24EC1
Complementary color
Monochromatic Colors of #C24EC1
Black with #C24EC1
Text Example
Text Example
White with #C24EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EC1; }
p { color: rgb(194,78,193); }
H1.HeaderClassName
{
color: #C24EC1;
}
.AnyTagClassName
{
color: #C24EC1;
}
</style>
background-color css
<style>
a { background-color: #C24EC1; }
a { background-color: rgb(194,78,193); }
div.DivClassName
{
background-color: #C24EC1;
}
.BgClassName
{
background-color: #C24EC1;
}
</style>
border-color css
<style>
span { border-color: #C24EC1; }
span { border-color: rgb(194,78,193); }
td.TdClassName
{
border-color: #C24EC1;
}
.TagClassName
{
border-color: #C24EC1;
}
</style>