Shades of Fuchsia #C455BC
Tints of Fuchsia #C455BC
RGB
CMYK
RGB Variations
Color information
#C455BC (or 0xC455BC) is known color: Fuchsia. HEX triplet: C4, 55 and BC. RGB value is (196,85,188). Sum of RGB (Red+Green+Blue) = 196+85+188=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C455BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455BC is #3BAA43. Grayscale: #818181. Windows color (decimal): -3910212 or 12342724. OLE color: 12342724.
HSL color Cylindrical-coordinate representation of color #C455BC: hue angle of 304.32º 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 #C455BC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 188 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.23 |
| HSL | 304.32º | 0.48% | 0.55% | - |
| HSV(B) | 304.32º | 0.57% | 0.77% | - |
| XYZ | 35.09 | 21.86 | 49.95 | - |
| YUV | 129.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 188 | 0 | 0.57 | 0.04 | 0.23 | 304.32 | 0.48 | 0.55 |
| Hex | C4 | 55 | BC | 0 | 39 | 4 | 17 | 130 | 30 | 37 |
| Octal | 304 | 125 | 274 | 0 | 71 | 4 | 27 | 460 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10111100 | 0 | 111001 | 100 | 10111 | 100110000 | 110000 | 110111 |
Color Harmonies of #C455BC
Complementary color
Monochromatic Colors of #C455BC
Black with #C455BC
Text Example
Text Example
White with #C455BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455BC; }
p { color: rgb(196,85,188); }
H1.HeaderClassName
{
color: #C455BC;
}
.AnyTagClassName
{
color: #C455BC;
}
</style>
background-color css
<style>
a { background-color: #C455BC; }
a { background-color: rgb(196,85,188); }
div.DivClassName
{
background-color: #C455BC;
}
.BgClassName
{
background-color: #C455BC;
}
</style>
border-color css
<style>
span { border-color: #C455BC; }
span { border-color: rgb(196,85,188); }
td.TdClassName
{
border-color: #C455BC;
}
.TagClassName
{
border-color: #C455BC;
}
</style>