Shades of Fuchsia #C24EC9
Tints of Fuchsia #C24EC9
RGB
CMYK
RGB Variations
Color information
#C24EC9 (or 0xC24EC9) is known color: Fuchsia. HEX triplet: C2, 4E and C9. RGB value is (194,78,201). Sum of RGB (Red+Green+Blue) = 194+78+201=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #C24EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EC9 is #3DB136. Grayscale: #7E7E7E. Windows color (decimal): -4043063 or 13192898. OLE color: 13192898.
HSL color Cylindrical-coordinate representation of color #C24EC9: hue angle of 296.59º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24EC9 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 78 | 201 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.21 |
| HSL | 296.59º | 0.53% | 0.55% | - |
| HSV(B) | 296.59º | 0.61% | 0.79% | - |
| XYZ | 35.52 | 21.14 | 57.47 | - |
| YUV | 126.71 | 169.93 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 201 | 0.03 | 0.61 | 0 | 0.21 | 296.59 | 0.53 | 0.55 |
| Hex | C2 | 4E | C9 | 3 | 3D | 0 | 15 | 129 | 35 | 37 |
| Octal | 302 | 116 | 311 | 3 | 75 | 0 | 25 | 451 | 65 | 67 |
| Binary | 11000010 | 1001110 | 11001001 | 11 | 111101 | 0 | 10101 | 100101001 | 110101 | 110111 |
Color Harmonies of #C24EC9
Complementary color
Monochromatic Colors of #C24EC9
Black with #C24EC9
Text Example
Text Example
White with #C24EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24EC9; }
p { color: rgb(194,78,201); }
H1.HeaderClassName
{
color: #C24EC9;
}
.AnyTagClassName
{
color: #C24EC9;
}
</style>
background-color css
<style>
a { background-color: #C24EC9; }
a { background-color: rgb(194,78,201); }
div.DivClassName
{
background-color: #C24EC9;
}
.BgClassName
{
background-color: #C24EC9;
}
</style>
border-color css
<style>
span { border-color: #C24EC9; }
span { border-color: rgb(194,78,201); }
td.TdClassName
{
border-color: #C24EC9;
}
.TagClassName
{
border-color: #C24EC9;
}
</style>