Shades of Fuchsia #C55DBC
Tints of Fuchsia #C55DBC
RGB
CMYK
RGB Variations
Color information
#C55DBC (or 0xC55DBC) is known color: Fuchsia. HEX triplet: C5, 5D and BC. RGB value is (197,93,188). Sum of RGB (Red+Green+Blue) = 197+93+188=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C55DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55DBC is #3AA243. Grayscale: #868686. Windows color (decimal): -3842628 or 12344773. OLE color: 12344773.
HSL color Cylindrical-coordinate representation of color #C55DBC: hue angle of 305.19º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55DBC is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 188 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.23 |
| HSL | 305.19º | 0.47% | 0.57% | - |
| HSV(B) | 305.19º | 0.53% | 0.77% | - |
| XYZ | 36.02 | 23.33 | 50.18 | - |
| YUV | 134.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 188 | 0 | 0.53 | 0.05 | 0.23 | 305.19 | 0.47 | 0.57 |
| Hex | C5 | 5D | BC | 0 | 35 | 5 | 17 | 131 | 2F | 39 |
| Octal | 305 | 135 | 274 | 0 | 65 | 5 | 27 | 461 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10111100 | 0 | 110101 | 101 | 10111 | 100110001 | 101111 | 111001 |
Color Harmonies of #C55DBC
Complementary color
Monochromatic Colors of #C55DBC
Black with #C55DBC
Text Example
Text Example
White with #C55DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55DBC; }
p { color: rgb(197,93,188); }
H1.HeaderClassName
{
color: #C55DBC;
}
.AnyTagClassName
{
color: #C55DBC;
}
</style>
background-color css
<style>
a { background-color: #C55DBC; }
a { background-color: rgb(197,93,188); }
div.DivClassName
{
background-color: #C55DBC;
}
.BgClassName
{
background-color: #C55DBC;
}
</style>
border-color css
<style>
span { border-color: #C55DBC; }
span { border-color: rgb(197,93,188); }
td.TdClassName
{
border-color: #C55DBC;
}
.TagClassName
{
border-color: #C55DBC;
}
</style>