Shades of Fuchsia #C455B1
Tints of Fuchsia #C455B1
RGB
CMYK
RGB Variations
Color information
#C455B1 (or 0xC455B1) is known color: Fuchsia. HEX triplet: C4, 55 and B1. RGB value is (196,85,177). Sum of RGB (Red+Green+Blue) = 196+85+177=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C455B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455B1 is #3BAA4E. Grayscale: #808080. Windows color (decimal): -3910223 or 11621828. OLE color: 11621828.
HSL color Cylindrical-coordinate representation of color #C455B1: hue angle of 310.27º 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 #C455B1 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 177 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.23 |
| HSL | 310.27º | 0.48% | 0.55% | - |
| HSV(B) | 310.27º | 0.57% | 0.77% | - |
| XYZ | 33.95 | 21.41 | 43.94 | - |
| YUV | 128.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 177 | 0 | 0.57 | 0.10 | 0.23 | 310.27 | 0.48 | 0.55 |
| Hex | C4 | 55 | B1 | 0 | 39 | A | 17 | 136 | 30 | 37 |
| Octal | 304 | 125 | 261 | 0 | 71 | 12 | 27 | 466 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10110001 | 0 | 111001 | 1010 | 10111 | 100110110 | 110000 | 110111 |
Color Harmonies of #C455B1
Complementary color
Monochromatic Colors of #C455B1
Black with #C455B1
Text Example
Text Example
White with #C455B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455B1; }
p { color: rgb(196,85,177); }
H1.HeaderClassName
{
color: #C455B1;
}
.AnyTagClassName
{
color: #C455B1;
}
</style>
background-color css
<style>
a { background-color: #C455B1; }
a { background-color: rgb(196,85,177); }
div.DivClassName
{
background-color: #C455B1;
}
.BgClassName
{
background-color: #C455B1;
}
</style>
border-color css
<style>
span { border-color: #C455B1; }
span { border-color: rgb(196,85,177); }
td.TdClassName
{
border-color: #C455B1;
}
.TagClassName
{
border-color: #C455B1;
}
</style>