Shades of Fuchsia #C456BA
Tints of Fuchsia #C456BA
RGB
CMYK
RGB Variations
Color information
#C456BA (or 0xC456BA) is known color: Fuchsia. HEX triplet: C4, 56 and BA. RGB value is (196,86,186). Sum of RGB (Red+Green+Blue) = 196+86+186=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C456BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456BA is #3BA945. Grayscale: #828282. Windows color (decimal): -3909958 or 12211908. OLE color: 12211908.
HSL color Cylindrical-coordinate representation of color #C456BA: hue angle of 305.45º 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 #C456BA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 186 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.23 |
| HSL | 305.45º | 0.48% | 0.55% | - |
| HSV(B) | 305.45º | 0.56% | 0.77% | - |
| XYZ | 34.96 | 21.94 | 48.85 | - |
| YUV | 130.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 186 | 0 | 0.56 | 0.05 | 0.23 | 305.45 | 0.48 | 0.55 |
| Hex | C4 | 56 | BA | 0 | 38 | 5 | 17 | 131 | 30 | 37 |
| Octal | 304 | 126 | 272 | 0 | 70 | 5 | 27 | 461 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10111010 | 0 | 111000 | 101 | 10111 | 100110001 | 110000 | 110111 |
Color Harmonies of #C456BA
Complementary color
Monochromatic Colors of #C456BA
Black with #C456BA
Text Example
Text Example
White with #C456BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456BA; }
p { color: rgb(196,86,186); }
H1.HeaderClassName
{
color: #C456BA;
}
.AnyTagClassName
{
color: #C456BA;
}
</style>
background-color css
<style>
a { background-color: #C456BA; }
a { background-color: rgb(196,86,186); }
div.DivClassName
{
background-color: #C456BA;
}
.BgClassName
{
background-color: #C456BA;
}
</style>
border-color css
<style>
span { border-color: #C456BA; }
span { border-color: rgb(196,86,186); }
td.TdClassName
{
border-color: #C456BA;
}
.TagClassName
{
border-color: #C456BA;
}
</style>