Shades of Fuchsia #C455B0
Tints of Fuchsia #C455B0
RGB
CMYK
RGB Variations
Color information
#C455B0 (or 0xC455B0) is known color: Fuchsia. HEX triplet: C4, 55 and B0. RGB value is (196,85,176). Sum of RGB (Red+Green+Blue) = 196+85+176=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C455B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455B0 is #3BAA4F. Grayscale: #808080. Windows color (decimal): -3910224 or 11556292. OLE color: 11556292.
HSL color Cylindrical-coordinate representation of color #C455B0: hue angle of 310.81º 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 #C455B0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 176 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.23 |
| HSL | 310.81º | 0.48% | 0.55% | - |
| HSV(B) | 310.81º | 0.57% | 0.77% | - |
| XYZ | 33.85 | 21.37 | 43.41 | - |
| YUV | 128.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 176 | 0 | 0.57 | 0.10 | 0.23 | 310.81 | 0.48 | 0.55 |
| Hex | C4 | 55 | B0 | 0 | 39 | A | 17 | 137 | 30 | 37 |
| Octal | 304 | 125 | 260 | 0 | 71 | 12 | 27 | 467 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10110000 | 0 | 111001 | 1010 | 10111 | 100110111 | 110000 | 110111 |
Color Harmonies of #C455B0
Complementary color
Monochromatic Colors of #C455B0
Black with #C455B0
Text Example
Text Example
White with #C455B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455B0; }
p { color: rgb(196,85,176); }
H1.HeaderClassName
{
color: #C455B0;
}
.AnyTagClassName
{
color: #C455B0;
}
</style>
background-color css
<style>
a { background-color: #C455B0; }
a { background-color: rgb(196,85,176); }
div.DivClassName
{
background-color: #C455B0;
}
.BgClassName
{
background-color: #C455B0;
}
</style>
border-color css
<style>
span { border-color: #C455B0; }
span { border-color: rgb(196,85,176); }
td.TdClassName
{
border-color: #C455B0;
}
.TagClassName
{
border-color: #C455B0;
}
</style>