Shades of Fuchsia #C54EBE
Tints of Fuchsia #C54EBE
RGB
CMYK
RGB Variations
Color information
#C54EBE (or 0xC54EBE) is known color: Fuchsia. HEX triplet: C5, 4E and BE. RGB value is (197,78,190). Sum of RGB (Red+Green+Blue) = 197+78+190=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C54EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EBE is #3AB141. Grayscale: #7E7E7E. Windows color (decimal): -3846466 or 12472005. OLE color: 12472005.
HSL color Cylindrical-coordinate representation of color #C54EBE: hue angle of 303.53º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54EBE is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 78 | 190 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.23 |
| HSL | 303.53º | 0.51% | 0.54% | - |
| HSV(B) | 303.53º | 0.6% | 0.77% | - |
| XYZ | 35.04 | 21.04 | 50.93 | - |
| YUV | 126.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 190 | 0 | 0.60 | 0.04 | 0.23 | 303.53 | 0.51 | 0.54 |
| Hex | C5 | 4E | BE | 0 | 3C | 4 | 17 | 130 | 33 | 36 |
| Octal | 305 | 116 | 276 | 0 | 74 | 4 | 27 | 460 | 63 | 66 |
| Binary | 11000101 | 1001110 | 10111110 | 0 | 111100 | 100 | 10111 | 100110000 | 110011 | 110110 |
Color Harmonies of #C54EBE
Complementary color
Monochromatic Colors of #C54EBE
Black with #C54EBE
Text Example
Text Example
White with #C54EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EBE; }
p { color: rgb(197,78,190); }
H1.HeaderClassName
{
color: #C54EBE;
}
.AnyTagClassName
{
color: #C54EBE;
}
</style>
background-color css
<style>
a { background-color: #C54EBE; }
a { background-color: rgb(197,78,190); }
div.DivClassName
{
background-color: #C54EBE;
}
.BgClassName
{
background-color: #C54EBE;
}
</style>
border-color css
<style>
span { border-color: #C54EBE; }
span { border-color: rgb(197,78,190); }
td.TdClassName
{
border-color: #C54EBE;
}
.TagClassName
{
border-color: #C54EBE;
}
</style>