Shades of Fuchsia #C458AB
Tints of Fuchsia #C458AB
RGB
CMYK
RGB Variations
Color information
#C458AB (or 0xC458AB) is known color: Fuchsia. HEX triplet: C4, 58 and AB. RGB value is (196,88,171). Sum of RGB (Red+Green+Blue) = 196+88+171=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C458AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458AB is #3BA754. Grayscale: #818181. Windows color (decimal): -3909461 or 11229380. OLE color: 11229380.
HSL color Cylindrical-coordinate representation of color #C458AB: hue angle of 313.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458AB is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 171 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.23 |
| HSL | 313.89º | 0.48% | 0.56% | - |
| HSV(B) | 313.89º | 0.55% | 0.77% | - |
| XYZ | 33.61 | 21.66 | 40.94 | - |
| YUV | 129.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 171 | 0 | 0.55 | 0.13 | 0.23 | 313.89 | 0.48 | 0.56 |
| Hex | C4 | 58 | AB | 0 | 37 | D | 17 | 13A | 30 | 38 |
| Octal | 304 | 130 | 253 | 0 | 67 | 15 | 27 | 472 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10101011 | 0 | 110111 | 1101 | 10111 | 100111010 | 110000 | 111000 |
Color Harmonies of #C458AB
Complementary color
Monochromatic Colors of #C458AB
Black with #C458AB
Text Example
Text Example
White with #C458AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458AB; }
p { color: rgb(196,88,171); }
H1.HeaderClassName
{
color: #C458AB;
}
.AnyTagClassName
{
color: #C458AB;
}
</style>
background-color css
<style>
a { background-color: #C458AB; }
a { background-color: rgb(196,88,171); }
div.DivClassName
{
background-color: #C458AB;
}
.BgClassName
{
background-color: #C458AB;
}
</style>
border-color css
<style>
span { border-color: #C458AB; }
span { border-color: rgb(196,88,171); }
td.TdClassName
{
border-color: #C458AB;
}
.TagClassName
{
border-color: #C458AB;
}
</style>