Shades of Fuchsia #C55ECD
Tints of Fuchsia #C55ECD
RGB
CMYK
RGB Variations
Color information
#C55ECD (or 0xC55ECD) is known color: Fuchsia. HEX triplet: C5, 5E and CD. RGB value is (197,94,205). Sum of RGB (Red+Green+Blue) = 197+94+205=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #C55ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ECD is #3AA132. Grayscale: #898989. Windows color (decimal): -3842355 or 13459141. OLE color: 13459141.
HSL color Cylindrical-coordinate representation of color #C55ECD: hue angle of 295.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55ECD is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 94 | 205 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.20 |
| HSL | 295.68º | 0.53% | 0.59% | - |
| HSV(B) | 295.68º | 0.54% | 0.8% | - |
| XYZ | 38.05 | 24.28 | 60.44 | - |
| YUV | 137.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 205 | 0.04 | 0.54 | 0 | 0.20 | 295.68 | 0.53 | 0.59 |
| Hex | C5 | 5E | CD | 4 | 36 | 0 | 14 | 128 | 35 | 3B |
| Octal | 305 | 136 | 315 | 4 | 66 | 0 | 24 | 450 | 65 | 73 |
| Binary | 11000101 | 1011110 | 11001101 | 100 | 110110 | 0 | 10100 | 100101000 | 110101 | 111011 |
Color Harmonies of #C55ECD
Complementary color
Monochromatic Colors of #C55ECD
Black with #C55ECD
Text Example
Text Example
White with #C55ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55ECD; }
p { color: rgb(197,94,205); }
H1.HeaderClassName
{
color: #C55ECD;
}
.AnyTagClassName
{
color: #C55ECD;
}
</style>
background-color css
<style>
a { background-color: #C55ECD; }
a { background-color: rgb(197,94,205); }
div.DivClassName
{
background-color: #C55ECD;
}
.BgClassName
{
background-color: #C55ECD;
}
</style>
border-color css
<style>
span { border-color: #C55ECD; }
span { border-color: rgb(197,94,205); }
td.TdClassName
{
border-color: #C55ECD;
}
.TagClassName
{
border-color: #C55ECD;
}
</style>