Shades of Fuchsia #C459AF
Tints of Fuchsia #C459AF
RGB
CMYK
RGB Variations
Color information
#C459AF (or 0xC459AF) is known color: Fuchsia. HEX triplet: C4, 59 and AF. RGB value is (196,89,175). Sum of RGB (Red+Green+Blue) = 196+89+175=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 89 (35.16% from 255 or 19.35% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C459AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C459AF is #3BA650. Grayscale: #828282. Windows color (decimal): -3909201 or 11491780. OLE color: 11491780.
HSL color Cylindrical-coordinate representation of color #C459AF: hue angle of 311.78º 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 #C459AF is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 175 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.23 |
| HSL | 311.78º | 0.48% | 0.56% | - |
| HSV(B) | 311.78º | 0.55% | 0.77% | - |
| XYZ | 34.08 | 21.98 | 43 | - |
| YUV | 130.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 175 | 0 | 0.55 | 0.11 | 0.23 | 311.78 | 0.48 | 0.56 |
| Hex | C4 | 59 | AF | 0 | 37 | B | 17 | 138 | 30 | 38 |
| Octal | 304 | 131 | 257 | 0 | 67 | 13 | 27 | 470 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10101111 | 0 | 110111 | 1011 | 10111 | 100111000 | 110000 | 111000 |
Color Harmonies of #C459AF
Complementary color
Monochromatic Colors of #C459AF
Black with #C459AF
Text Example
Text Example
White with #C459AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459AF; }
p { color: rgb(196,89,175); }
H1.HeaderClassName
{
color: #C459AF;
}
.AnyTagClassName
{
color: #C459AF;
}
</style>
background-color css
<style>
a { background-color: #C459AF; }
a { background-color: rgb(196,89,175); }
div.DivClassName
{
background-color: #C459AF;
}
.BgClassName
{
background-color: #C459AF;
}
</style>
border-color css
<style>
span { border-color: #C459AF; }
span { border-color: rgb(196,89,175); }
td.TdClassName
{
border-color: #C459AF;
}
.TagClassName
{
border-color: #C459AF;
}
</style>