Shades of Fuchsia #C55BCC
Tints of Fuchsia #C55BCC
RGB
CMYK
RGB Variations
Color information
#C55BCC (or 0xC55BCC) is known color: Fuchsia. HEX triplet: C5, 5B and CC. RGB value is (197,91,204). Sum of RGB (Red+Green+Blue) = 197+91+204=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BCC is #3AA433. Grayscale: #878787. Windows color (decimal): -3843124 or 13392837. OLE color: 13392837.
HSL color Cylindrical-coordinate representation of color #C55BCC: hue angle of 296.28º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55BCC is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 91 | 204 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.2 |
| HSL | 296.28º | 0.53% | 0.58% | - |
| HSV(B) | 296.28º | 0.55% | 0.8% | - |
| XYZ | 37.67 | 23.71 | 59.72 | - |
| YUV | 135.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 204 | 0.03 | 0.55 | 0 | 0.2 | 296.28 | 0.53 | 0.58 |
| Hex | C5 | 5B | CC | 3 | 37 | 0 | 14 | 128 | 35 | 3A |
| Octal | 305 | 133 | 314 | 3 | 67 | 0 | 24 | 450 | 65 | 72 |
| Binary | 11000101 | 1011011 | 11001100 | 11 | 110111 | 0 | 10100 | 100101000 | 110101 | 111010 |
Color Harmonies of #C55BCC
Complementary color
Monochromatic Colors of #C55BCC
Black with #C55BCC
Text Example
Text Example
White with #C55BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BCC; }
p { color: rgb(197,91,204); }
H1.HeaderClassName
{
color: #C55BCC;
}
.AnyTagClassName
{
color: #C55BCC;
}
</style>
background-color css
<style>
a { background-color: #C55BCC; }
a { background-color: rgb(197,91,204); }
div.DivClassName
{
background-color: #C55BCC;
}
.BgClassName
{
background-color: #C55BCC;
}
</style>
border-color css
<style>
span { border-color: #C55BCC; }
span { border-color: rgb(197,91,204); }
td.TdClassName
{
border-color: #C55BCC;
}
.TagClassName
{
border-color: #C55BCC;
}
</style>