Shades of Fuchsia #C55BB8
Tints of Fuchsia #C55BB8
RGB
CMYK
RGB Variations
Color information
#C55BB8 (or 0xC55BB8) is known color: Fuchsia. HEX triplet: C5, 5B and B8. RGB value is (197,91,184). Sum of RGB (Red+Green+Blue) = 197+91+184=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BB8 is #3AA447. Grayscale: #858585. Windows color (decimal): -3843144 or 12082117. OLE color: 12082117.
HSL color Cylindrical-coordinate representation of color #C55BB8: hue angle of 307.36º 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 #C55BB8 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 184 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.23 |
| HSL | 307.36º | 0.48% | 0.56% | - |
| HSV(B) | 307.36º | 0.54% | 0.77% | - |
| XYZ | 35.42 | 22.81 | 47.88 | - |
| YUV | 133.3 | 156.62 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 184 | 0 | 0.54 | 0.07 | 0.23 | 307.36 | 0.48 | 0.56 |
| Hex | C5 | 5B | B8 | 0 | 36 | 7 | 17 | 133 | 30 | 38 |
| Octal | 305 | 133 | 270 | 0 | 66 | 7 | 27 | 463 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10111000 | 0 | 110110 | 111 | 10111 | 100110011 | 110000 | 111000 |
Color Harmonies of #C55BB8
Complementary color
Monochromatic Colors of #C55BB8
Black with #C55BB8
Text Example
Text Example
White with #C55BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55BB8; }
p { color: rgb(197,91,184); }
H1.HeaderClassName
{
color: #C55BB8;
}
.AnyTagClassName
{
color: #C55BB8;
}
</style>
background-color css
<style>
a { background-color: #C55BB8; }
a { background-color: rgb(197,91,184); }
div.DivClassName
{
background-color: #C55BB8;
}
.BgClassName
{
background-color: #C55BB8;
}
</style>
border-color css
<style>
span { border-color: #C55BB8; }
span { border-color: rgb(197,91,184); }
td.TdClassName
{
border-color: #C55BB8;
}
.TagClassName
{
border-color: #C55BB8;
}
</style>