Shades of Fuchsia #C458A9
Tints of Fuchsia #C458A9
RGB
CMYK
RGB Variations
Color information
#C458A9 (or 0xC458A9) is known color: Fuchsia. HEX triplet: C4, 58 and A9. RGB value is (196,88,169). Sum of RGB (Red+Green+Blue) = 196+88+169=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A9 is #3BA756. Grayscale: #818181. Windows color (decimal): -3909463 or 11098308. OLE color: 11098308.
HSL color Cylindrical-coordinate representation of color #C458A9: hue angle of 315º 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 #C458A9 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 169 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.23 |
| HSL | 315º | 0.48% | 0.56% | - |
| HSV(B) | 315º | 0.55% | 0.77% | - |
| XYZ | 33.42 | 21.58 | 39.94 | - |
| YUV | 129.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 169 | 0 | 0.55 | 0.14 | 0.23 | 315 | 0.48 | 0.56 |
| Hex | C4 | 58 | A9 | 0 | 37 | E | 17 | 13B | 30 | 38 |
| Octal | 304 | 130 | 251 | 0 | 67 | 16 | 27 | 473 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10101001 | 0 | 110111 | 1110 | 10111 | 100111011 | 110000 | 111000 |
Color Harmonies of #C458A9
Complementary color
Monochromatic Colors of #C458A9
Black with #C458A9
Text Example
Text Example
White with #C458A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458A9; }
p { color: rgb(196,88,169); }
H1.HeaderClassName
{
color: #C458A9;
}
.AnyTagClassName
{
color: #C458A9;
}
</style>
background-color css
<style>
a { background-color: #C458A9; }
a { background-color: rgb(196,88,169); }
div.DivClassName
{
background-color: #C458A9;
}
.BgClassName
{
background-color: #C458A9;
}
</style>
border-color css
<style>
span { border-color: #C458A9; }
span { border-color: rgb(196,88,169); }
td.TdClassName
{
border-color: #C458A9;
}
.TagClassName
{
border-color: #C458A9;
}
</style>