Shades of Fuchsia #C24ECC
Tints of Fuchsia #C24ECC
RGB
CMYK
RGB Variations
Color information
#C24ECC (or 0xC24ECC) is known color: Fuchsia. HEX triplet: C2, 4E and CC. RGB value is (194,78,204). Sum of RGB (Red+Green+Blue) = 194+78+204=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C24ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24ECC is #3DB133. Grayscale: #7E7E7E. Windows color (decimal): -4043060 or 13389506. OLE color: 13389506.
HSL color Cylindrical-coordinate representation of color #C24ECC: hue angle of 295.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ECC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 78 | 204 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.2 |
| HSL | 295.24º | 0.55% | 0.55% | - |
| HSV(B) | 295.24º | 0.62% | 0.8% | - |
| XYZ | 35.87 | 21.28 | 59.34 | - |
| YUV | 127.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 204 | 0.05 | 0.62 | 0 | 0.2 | 295.24 | 0.55 | 0.55 |
| Hex | C2 | 4E | CC | 5 | 3E | 0 | 14 | 127 | 37 | 37 |
| Octal | 302 | 116 | 314 | 5 | 76 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000010 | 1001110 | 11001100 | 101 | 111110 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C24ECC
Complementary color
Monochromatic Colors of #C24ECC
Black with #C24ECC
Text Example
Text Example
White with #C24ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ECC; }
p { color: rgb(194,78,204); }
H1.HeaderClassName
{
color: #C24ECC;
}
.AnyTagClassName
{
color: #C24ECC;
}
</style>
background-color css
<style>
a { background-color: #C24ECC; }
a { background-color: rgb(194,78,204); }
div.DivClassName
{
background-color: #C24ECC;
}
.BgClassName
{
background-color: #C24ECC;
}
</style>
border-color css
<style>
span { border-color: #C24ECC; }
span { border-color: rgb(194,78,204); }
td.TdClassName
{
border-color: #C24ECC;
}
.TagClassName
{
border-color: #C24ECC;
}
</style>