Shades of Fuchsia #C54ECE
Tints of Fuchsia #C54ECE
RGB
CMYK
RGB Variations
Color information
#C54ECE (or 0xC54ECE) is known color: Fuchsia. HEX triplet: C5, 4E and CE. RGB value is (197,78,206). Sum of RGB (Red+Green+Blue) = 197+78+206=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C54ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54ECE is #3AB131. Grayscale: #7F7F7F. Windows color (decimal): -3846450 or 13520581. OLE color: 13520581.
HSL color Cylindrical-coordinate representation of color #C54ECE: hue angle of 295.78º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54ECE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 78 | 206 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.19 |
| HSL | 295.78º | 0.57% | 0.56% | - |
| HSV(B) | 295.78º | 0.62% | 0.81% | - |
| XYZ | 36.89 | 21.78 | 60.65 | - |
| YUV | 128.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 206 | 0.04 | 0.62 | 0 | 0.19 | 295.78 | 0.57 | 0.56 |
| Hex | C5 | 4E | CE | 4 | 3E | 0 | 13 | 128 | 39 | 38 |
| Octal | 305 | 116 | 316 | 4 | 76 | 0 | 23 | 450 | 71 | 70 |
| Binary | 11000101 | 1001110 | 11001110 | 100 | 111110 | 0 | 10011 | 100101000 | 111001 | 111000 |
Color Harmonies of #C54ECE
Complementary color
Monochromatic Colors of #C54ECE
Black with #C54ECE
Text Example
Text Example
White with #C54ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54ECE; }
p { color: rgb(197,78,206); }
H1.HeaderClassName
{
color: #C54ECE;
}
.AnyTagClassName
{
color: #C54ECE;
}
</style>
background-color css
<style>
a { background-color: #C54ECE; }
a { background-color: rgb(197,78,206); }
div.DivClassName
{
background-color: #C54ECE;
}
.BgClassName
{
background-color: #C54ECE;
}
</style>
border-color css
<style>
span { border-color: #C54ECE; }
span { border-color: rgb(197,78,206); }
td.TdClassName
{
border-color: #C54ECE;
}
.TagClassName
{
border-color: #C54ECE;
}
</style>