Shades of Fuchsia #C55EBC
Tints of Fuchsia #C55EBC
RGB
CMYK
RGB Variations
Color information
#C55EBC (or 0xC55EBC) is known color: Fuchsia. HEX triplet: C5, 5E and BC. RGB value is (197,94,188). Sum of RGB (Red+Green+Blue) = 197+94+188=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EBC is #3AA143. Grayscale: #878787. Windows color (decimal): -3842372 or 12345029. OLE color: 12345029.
HSL color Cylindrical-coordinate representation of color #C55EBC: hue angle of 305.24º 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 #C55EBC is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 188 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.23 |
| HSL | 305.24º | 0.47% | 0.57% | - |
| HSV(B) | 305.24º | 0.52% | 0.77% | - |
| XYZ | 36.11 | 23.51 | 50.21 | - |
| YUV | 135.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 188 | 0 | 0.52 | 0.05 | 0.23 | 305.24 | 0.47 | 0.57 |
| Hex | C5 | 5E | BC | 0 | 34 | 5 | 17 | 131 | 2F | 39 |
| Octal | 305 | 136 | 274 | 0 | 64 | 5 | 27 | 461 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10111100 | 0 | 110100 | 101 | 10111 | 100110001 | 101111 | 111001 |
Color Harmonies of #C55EBC
Complementary color
Monochromatic Colors of #C55EBC
Black with #C55EBC
Text Example
Text Example
White with #C55EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EBC; }
p { color: rgb(197,94,188); }
H1.HeaderClassName
{
color: #C55EBC;
}
.AnyTagClassName
{
color: #C55EBC;
}
</style>
background-color css
<style>
a { background-color: #C55EBC; }
a { background-color: rgb(197,94,188); }
div.DivClassName
{
background-color: #C55EBC;
}
.BgClassName
{
background-color: #C55EBC;
}
</style>
border-color css
<style>
span { border-color: #C55EBC; }
span { border-color: rgb(197,94,188); }
td.TdClassName
{
border-color: #C55EBC;
}
.TagClassName
{
border-color: #C55EBC;
}
</style>