Shades of Fuchsia #C55EC7
Tints of Fuchsia #C55EC7
RGB
CMYK
RGB Variations
Color information
#C55EC7 (or 0xC55EC7) is known color: Fuchsia. HEX triplet: C5, 5E and C7. RGB value is (197,94,199). Sum of RGB (Red+Green+Blue) = 197+94+199=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #C55EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EC7 is #3AA138. Grayscale: #888888. Windows color (decimal): -3842361 or 13065925. OLE color: 13065925.
HSL color Cylindrical-coordinate representation of color #C55EC7: hue angle of 298.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55EC7 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 94 | 199 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.22 |
| HSL | 298.86º | 0.48% | 0.57% | - |
| HSV(B) | 298.86º | 0.53% | 0.78% | - |
| XYZ | 37.34 | 24 | 56.7 | - |
| YUV | 136.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 199 | 0.01 | 0.53 | 0 | 0.22 | 298.86 | 0.48 | 0.57 |
| Hex | C5 | 5E | C7 | 1 | 35 | 0 | 16 | 12B | 30 | 39 |
| Octal | 305 | 136 | 307 | 1 | 65 | 0 | 26 | 453 | 60 | 71 |
| Binary | 11000101 | 1011110 | 11000111 | 1 | 110101 | 0 | 10110 | 100101011 | 110000 | 111001 |
Color Harmonies of #C55EC7
Complementary color
Monochromatic Colors of #C55EC7
Black with #C55EC7
Text Example
Text Example
White with #C55EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55EC7; }
p { color: rgb(197,94,199); }
H1.HeaderClassName
{
color: #C55EC7;
}
.AnyTagClassName
{
color: #C55EC7;
}
</style>
background-color css
<style>
a { background-color: #C55EC7; }
a { background-color: rgb(197,94,199); }
div.DivClassName
{
background-color: #C55EC7;
}
.BgClassName
{
background-color: #C55EC7;
}
</style>
border-color css
<style>
span { border-color: #C55EC7; }
span { border-color: rgb(197,94,199); }
td.TdClassName
{
border-color: #C55EC7;
}
.TagClassName
{
border-color: #C55EC7;
}
</style>