Shades of Fuchsia #C459A8
Tints of Fuchsia #C459A8
RGB
CMYK
RGB Variations
Color information
#C459A8 (or 0xC459A8) is known color: Fuchsia. HEX triplet: C4, 59 and A8. RGB value is (196,89,168). Sum of RGB (Red+Green+Blue) = 196+89+168=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C459A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459A8 is #3BA657. Grayscale: #818181. Windows color (decimal): -3909208 or 11033028. OLE color: 11033028.
HSL color Cylindrical-coordinate representation of color #C459A8: hue angle of 315.7º 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 #C459A8 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 168 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.23 |
| HSL | 315.7º | 0.48% | 0.56% | - |
| HSV(B) | 315.7º | 0.55% | 0.77% | - |
| XYZ | 33.41 | 21.71 | 39.48 | - |
| YUV | 130 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 168 | 0 | 0.55 | 0.14 | 0.23 | 315.7 | 0.48 | 0.56 |
| Hex | C4 | 59 | A8 | 0 | 37 | E | 17 | 13C | 30 | 38 |
| Octal | 304 | 131 | 250 | 0 | 67 | 16 | 27 | 474 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10101000 | 0 | 110111 | 1110 | 10111 | 100111100 | 110000 | 111000 |
Color Harmonies of #C459A8
Complementary color
Monochromatic Colors of #C459A8
Black with #C459A8
Text Example
Text Example
White with #C459A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459A8; }
p { color: rgb(196,89,168); }
H1.HeaderClassName
{
color: #C459A8;
}
.AnyTagClassName
{
color: #C459A8;
}
</style>
background-color css
<style>
a { background-color: #C459A8; }
a { background-color: rgb(196,89,168); }
div.DivClassName
{
background-color: #C459A8;
}
.BgClassName
{
background-color: #C459A8;
}
</style>
border-color css
<style>
span { border-color: #C459A8; }
span { border-color: rgb(196,89,168); }
td.TdClassName
{
border-color: #C459A8;
}
.TagClassName
{
border-color: #C459A8;
}
</style>