Shades of Fuchsia #C24ECD
Tints of Fuchsia #C24ECD
RGB
CMYK
RGB Variations
Color information
#C24ECD (or 0xC24ECD) is known color: Fuchsia. HEX triplet: C2, 4E and CD. RGB value is (194,78,205). Sum of RGB (Red+Green+Blue) = 194+78+205=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24ECD is #3DB132. Grayscale: #7E7E7E. Windows color (decimal): -4043059 or 13455042. OLE color: 13455042.
HSL color Cylindrical-coordinate representation of color #C24ECD: hue angle of 294.8º degrees, saturation: 0.56, 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 #C24ECD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 78 | 205 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.20 |
| HSL | 294.8º | 0.56% | 0.55% | - |
| HSV(B) | 294.8º | 0.62% | 0.8% | - |
| XYZ | 35.99 | 21.33 | 59.98 | - |
| YUV | 127.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 205 | 0.05 | 0.62 | 0 | 0.20 | 294.8 | 0.56 | 0.55 |
| Hex | C2 | 4E | CD | 5 | 3E | 0 | 14 | 127 | 38 | 37 |
| Octal | 302 | 116 | 315 | 5 | 76 | 0 | 24 | 447 | 70 | 67 |
| Binary | 11000010 | 1001110 | 11001101 | 101 | 111110 | 0 | 10100 | 100100111 | 111000 | 110111 |
Color Harmonies of #C24ECD
Complementary color
Monochromatic Colors of #C24ECD
Black with #C24ECD
Text Example
Text Example
White with #C24ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ECD; }
p { color: rgb(194,78,205); }
H1.HeaderClassName
{
color: #C24ECD;
}
.AnyTagClassName
{
color: #C24ECD;
}
</style>
background-color css
<style>
a { background-color: #C24ECD; }
a { background-color: rgb(194,78,205); }
div.DivClassName
{
background-color: #C24ECD;
}
.BgClassName
{
background-color: #C24ECD;
}
</style>
border-color css
<style>
span { border-color: #C24ECD; }
span { border-color: rgb(194,78,205); }
td.TdClassName
{
border-color: #C24ECD;
}
.TagClassName
{
border-color: #C24ECD;
}
</style>