Shades of Fuchsia #C55BBC
Tints of Fuchsia #C55BBC
RGB
CMYK
RGB Variations
Color information
#C55BBC (or 0xC55BBC) is known color: Fuchsia. HEX triplet: C5, 5B and BC. RGB value is (197,91,188). Sum of RGB (Red+Green+Blue) = 197+91+188=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 91 (35.94% from 255 or 19.12% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BBC is #3AA443. Grayscale: #858585. Windows color (decimal): -3843140 or 12344261. OLE color: 12344261.
HSL color Cylindrical-coordinate representation of color #C55BBC: hue angle of 305.09º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BBC is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 188 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.23 |
| HSL | 305.09º | 0.48% | 0.56% | - |
| HSV(B) | 305.09º | 0.54% | 0.77% | - |
| XYZ | 35.84 | 22.98 | 50.12 | - |
| YUV | 133.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 188 | 0 | 0.54 | 0.05 | 0.23 | 305.09 | 0.48 | 0.56 |
| Hex | C5 | 5B | BC | 0 | 36 | 5 | 17 | 131 | 30 | 38 |
| Octal | 305 | 133 | 274 | 0 | 66 | 5 | 27 | 461 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10111100 | 0 | 110110 | 101 | 10111 | 100110001 | 110000 | 111000 |
Color Harmonies of #C55BBC
Complementary color
Monochromatic Colors of #C55BBC
Black with #C55BBC
Text Example
Text Example
White with #C55BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BBC; }
p { color: rgb(197,91,188); }
H1.HeaderClassName
{
color: #C55BBC;
}
.AnyTagClassName
{
color: #C55BBC;
}
</style>
background-color css
<style>
a { background-color: #C55BBC; }
a { background-color: rgb(197,91,188); }
div.DivClassName
{
background-color: #C55BBC;
}
.BgClassName
{
background-color: #C55BBC;
}
</style>
border-color css
<style>
span { border-color: #C55BBC; }
span { border-color: rgb(197,91,188); }
td.TdClassName
{
border-color: #C55BBC;
}
.TagClassName
{
border-color: #C55BBC;
}
</style>