Shades of Fuchsia #C55EBE
Tints of Fuchsia #C55EBE
RGB
CMYK
RGB Variations
Color information
#C55EBE (or 0xC55EBE) is known color: Fuchsia. HEX triplet: C5, 5E and BE. RGB value is (197,94,190). Sum of RGB (Red+Green+Blue) = 197+94+190=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EBE is #3AA141. Grayscale: #878787. Windows color (decimal): -3842370 or 12476101. OLE color: 12476101.
HSL color Cylindrical-coordinate representation of color #C55EBE: hue angle of 304.08º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55EBE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 190 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.23 |
| HSL | 304.08º | 0.47% | 0.57% | - |
| HSV(B) | 304.08º | 0.52% | 0.77% | - |
| XYZ | 36.32 | 23.59 | 51.35 | - |
| YUV | 135.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 190 | 0 | 0.52 | 0.04 | 0.23 | 304.08 | 0.47 | 0.57 |
| Hex | C5 | 5E | BE | 0 | 34 | 4 | 17 | 130 | 2F | 39 |
| Octal | 305 | 136 | 276 | 0 | 64 | 4 | 27 | 460 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10111110 | 0 | 110100 | 100 | 10111 | 100110000 | 101111 | 111001 |
Color Harmonies of #C55EBE
Complementary color
Monochromatic Colors of #C55EBE
Black with #C55EBE
Text Example
Text Example
White with #C55EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EBE; }
p { color: rgb(197,94,190); }
H1.HeaderClassName
{
color: #C55EBE;
}
.AnyTagClassName
{
color: #C55EBE;
}
</style>
background-color css
<style>
a { background-color: #C55EBE; }
a { background-color: rgb(197,94,190); }
div.DivClassName
{
background-color: #C55EBE;
}
.BgClassName
{
background-color: #C55EBE;
}
</style>
border-color css
<style>
span { border-color: #C55EBE; }
span { border-color: rgb(197,94,190); }
td.TdClassName
{
border-color: #C55EBE;
}
.TagClassName
{
border-color: #C55EBE;
}
</style>