Shades of Fuchsia #C55BBE
Tints of Fuchsia #C55BBE
RGB
CMYK
RGB Variations
Color information
#C55BBE (or 0xC55BBE) is known color: Fuchsia. HEX triplet: C5, 5B and BE. RGB value is (197,91,190). Sum of RGB (Red+Green+Blue) = 197+91+190=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BBE is #3AA441. Grayscale: #858585. Windows color (decimal): -3843138 or 12475333. OLE color: 12475333.
HSL color Cylindrical-coordinate representation of color #C55BBE: hue angle of 303.96º 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 #C55BBE is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 190 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.23 |
| HSL | 303.96º | 0.48% | 0.56% | - |
| HSV(B) | 303.96º | 0.54% | 0.77% | - |
| XYZ | 36.06 | 23.07 | 51.27 | - |
| YUV | 133.98 | 159.62 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 190 | 0 | 0.54 | 0.04 | 0.23 | 303.96 | 0.48 | 0.56 |
| Hex | C5 | 5B | BE | 0 | 36 | 4 | 17 | 130 | 30 | 38 |
| Octal | 305 | 133 | 276 | 0 | 66 | 4 | 27 | 460 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10111110 | 0 | 110110 | 100 | 10111 | 100110000 | 110000 | 111000 |
Color Harmonies of #C55BBE
Complementary color
Monochromatic Colors of #C55BBE
Black with #C55BBE
Text Example
Text Example
White with #C55BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BBE; }
p { color: rgb(197,91,190); }
H1.HeaderClassName
{
color: #C55BBE;
}
.AnyTagClassName
{
color: #C55BBE;
}
</style>
background-color css
<style>
a { background-color: #C55BBE; }
a { background-color: rgb(197,91,190); }
div.DivClassName
{
background-color: #C55BBE;
}
.BgClassName
{
background-color: #C55BBE;
}
</style>
border-color css
<style>
span { border-color: #C55BBE; }
span { border-color: rgb(197,91,190); }
td.TdClassName
{
border-color: #C55BBE;
}
.TagClassName
{
border-color: #C55BBE;
}
</style>