Shades of Fuchsia #C55EB2
Tints of Fuchsia #C55EB2
RGB
CMYK
RGB Variations
Color information
#C55EB2 (or 0xC55EB2) is known color: Fuchsia. HEX triplet: C5, 5E and B2. RGB value is (197,94,178). Sum of RGB (Red+Green+Blue) = 197+94+178=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EB2 is #3AA14D. Grayscale: #868686. Windows color (decimal): -3842382 or 11689669. OLE color: 11689669.
HSL color Cylindrical-coordinate representation of color #C55EB2: hue angle of 311.07º 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 #C55EB2 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 178 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.23 |
| HSL | 311.07º | 0.47% | 0.57% | - |
| HSV(B) | 311.07º | 0.52% | 0.77% | - |
| XYZ | 35.06 | 23.09 | 44.73 | - |
| YUV | 134.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 178 | 0 | 0.52 | 0.10 | 0.23 | 311.07 | 0.47 | 0.57 |
| Hex | C5 | 5E | B2 | 0 | 34 | A | 17 | 137 | 2F | 39 |
| Octal | 305 | 136 | 262 | 0 | 64 | 12 | 27 | 467 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10110010 | 0 | 110100 | 1010 | 10111 | 100110111 | 101111 | 111001 |
Color Harmonies of #C55EB2
Complementary color
Monochromatic Colors of #C55EB2
Black with #C55EB2
Text Example
Text Example
White with #C55EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EB2; }
p { color: rgb(197,94,178); }
H1.HeaderClassName
{
color: #C55EB2;
}
.AnyTagClassName
{
color: #C55EB2;
}
</style>
background-color css
<style>
a { background-color: #C55EB2; }
a { background-color: rgb(197,94,178); }
div.DivClassName
{
background-color: #C55EB2;
}
.BgClassName
{
background-color: #C55EB2;
}
</style>
border-color css
<style>
span { border-color: #C55EB2; }
span { border-color: rgb(197,94,178); }
td.TdClassName
{
border-color: #C55EB2;
}
.TagClassName
{
border-color: #C55EB2;
}
</style>