Shades of Fuchsia #C455BB
Tints of Fuchsia #C455BB
RGB
CMYK
RGB Variations
Color information
#C455BB (or 0xC455BB) is known color: Fuchsia. HEX triplet: C4, 55 and BB. RGB value is (196,85,187). Sum of RGB (Red+Green+Blue) = 196+85+187=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C455BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455BB is #3BAA44. Grayscale: #818181. Windows color (decimal): -3910213 or 12277188. OLE color: 12277188.
HSL color Cylindrical-coordinate representation of color #C455BB: hue angle of 304.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455BB is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 187 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.23 |
| HSL | 304.86º | 0.48% | 0.55% | - |
| HSV(B) | 304.86º | 0.57% | 0.77% | - |
| XYZ | 34.98 | 21.82 | 49.38 | - |
| YUV | 129.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 187 | 0 | 0.57 | 0.05 | 0.23 | 304.86 | 0.48 | 0.55 |
| Hex | C4 | 55 | BB | 0 | 39 | 5 | 17 | 131 | 30 | 37 |
| Octal | 304 | 125 | 273 | 0 | 71 | 5 | 27 | 461 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10111011 | 0 | 111001 | 101 | 10111 | 100110001 | 110000 | 110111 |
Color Harmonies of #C455BB
Complementary color
Monochromatic Colors of #C455BB
Black with #C455BB
Text Example
Text Example
White with #C455BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455BB; }
p { color: rgb(196,85,187); }
H1.HeaderClassName
{
color: #C455BB;
}
.AnyTagClassName
{
color: #C455BB;
}
</style>
background-color css
<style>
a { background-color: #C455BB; }
a { background-color: rgb(196,85,187); }
div.DivClassName
{
background-color: #C455BB;
}
.BgClassName
{
background-color: #C455BB;
}
</style>
border-color css
<style>
span { border-color: #C455BB; }
span { border-color: rgb(196,85,187); }
td.TdClassName
{
border-color: #C455BB;
}
.TagClassName
{
border-color: #C455BB;
}
</style>