Shades of Fuchsia #C456BC
Tints of Fuchsia #C456BC
RGB
CMYK
RGB Variations
Color information
#C456BC (or 0xC456BC) is known color: Fuchsia. HEX triplet: C4, 56 and BC. RGB value is (196,86,188). Sum of RGB (Red+Green+Blue) = 196+86+188=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BC is #3BA943. Grayscale: #828282. Windows color (decimal): -3909956 or 12342980. OLE color: 12342980.
HSL color Cylindrical-coordinate representation of color #C456BC: hue angle of 304.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C456BC is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 188 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.23 |
| HSL | 304.36º | 0.48% | 0.55% | - |
| HSV(B) | 304.36º | 0.56% | 0.77% | - |
| XYZ | 35.17 | 22.02 | 49.97 | - |
| YUV | 130.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 188 | 0 | 0.56 | 0.04 | 0.23 | 304.36 | 0.48 | 0.55 |
| Hex | C4 | 56 | BC | 0 | 38 | 4 | 17 | 130 | 30 | 37 |
| Octal | 304 | 126 | 274 | 0 | 70 | 4 | 27 | 460 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10111100 | 0 | 111000 | 100 | 10111 | 100110000 | 110000 | 110111 |
Color Harmonies of #C456BC
Complementary color
Monochromatic Colors of #C456BC
Black with #C456BC
Text Example
Text Example
White with #C456BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456BC; }
p { color: rgb(196,86,188); }
H1.HeaderClassName
{
color: #C456BC;
}
.AnyTagClassName
{
color: #C456BC;
}
</style>
background-color css
<style>
a { background-color: #C456BC; }
a { background-color: rgb(196,86,188); }
div.DivClassName
{
background-color: #C456BC;
}
.BgClassName
{
background-color: #C456BC;
}
</style>
border-color css
<style>
span { border-color: #C456BC; }
span { border-color: rgb(196,86,188); }
td.TdClassName
{
border-color: #C456BC;
}
.TagClassName
{
border-color: #C456BC;
}
</style>