Shades of Fuchsia #C44ECD
Tints of Fuchsia #C44ECD
RGB
CMYK
RGB Variations
Color information
#C44ECD (or 0xC44ECD) is known color: Fuchsia. HEX triplet: C4, 4E and CD. RGB value is (196,78,205). Sum of RGB (Red+Green+Blue) = 196+78+205=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C44ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ECD is #3BB132. Grayscale: #7F7F7F. Windows color (decimal): -3911987 or 13455044. OLE color: 13455044.
HSL color Cylindrical-coordinate representation of color #C44ECD: hue angle of 295.75º 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 #C44ECD is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 78 | 205 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.20 |
| HSL | 295.75º | 0.56% | 0.55% | - |
| HSV(B) | 295.75º | 0.62% | 0.8% | - |
| XYZ | 36.51 | 21.59 | 60 | - |
| YUV | 127.76 | 171.59 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 205 | 0.04 | 0.62 | 0 | 0.20 | 295.75 | 0.56 | 0.55 |
| Hex | C4 | 4E | CD | 4 | 3E | 0 | 14 | 128 | 38 | 37 |
| Octal | 304 | 116 | 315 | 4 | 76 | 0 | 24 | 450 | 70 | 67 |
| Binary | 11000100 | 1001110 | 11001101 | 100 | 111110 | 0 | 10100 | 100101000 | 111000 | 110111 |
Color Harmonies of #C44ECD
Complementary color
Monochromatic Colors of #C44ECD
Black with #C44ECD
Text Example
Text Example
White with #C44ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ECD; }
p { color: rgb(196,78,205); }
H1.HeaderClassName
{
color: #C44ECD;
}
.AnyTagClassName
{
color: #C44ECD;
}
</style>
background-color css
<style>
a { background-color: #C44ECD; }
a { background-color: rgb(196,78,205); }
div.DivClassName
{
background-color: #C44ECD;
}
.BgClassName
{
background-color: #C44ECD;
}
</style>
border-color css
<style>
span { border-color: #C44ECD; }
span { border-color: rgb(196,78,205); }
td.TdClassName
{
border-color: #C44ECD;
}
.TagClassName
{
border-color: #C44ECD;
}
</style>