Shades of Fuchsia #C450A8
Tints of Fuchsia #C450A8
RGB
CMYK
RGB Variations
Color information
#C450A8 (or 0xC450A8) is known color: Fuchsia. HEX triplet: C4, 50 and A8. RGB value is (196,80,168). Sum of RGB (Red+Green+Blue) = 196+80+168=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C450A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450A8 is #3BAF57. Grayscale: #7C7C7C. Windows color (decimal): -3911512 or 11030724. OLE color: 11030724.
HSL color Cylindrical-coordinate representation of color #C450A8: hue angle of 314.48º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450A8 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 168 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.23 |
| HSL | 314.48º | 0.5% | 0.54% | - |
| HSV(B) | 314.48º | 0.59% | 0.77% | - |
| XYZ | 32.7 | 20.3 | 39.24 | - |
| YUV | 124.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 168 | 0 | 0.59 | 0.14 | 0.23 | 314.48 | 0.5 | 0.54 |
| Hex | C4 | 50 | A8 | 0 | 3B | E | 17 | 13A | 32 | 36 |
| Octal | 304 | 120 | 250 | 0 | 73 | 16 | 27 | 472 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10101000 | 0 | 111011 | 1110 | 10111 | 100111010 | 110010 | 110110 |
Color Harmonies of #C450A8
Complementary color
Monochromatic Colors of #C450A8
Black with #C450A8
Text Example
Text Example
White with #C450A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450A8; }
p { color: rgb(196,80,168); }
H1.HeaderClassName
{
color: #C450A8;
}
.AnyTagClassName
{
color: #C450A8;
}
</style>
background-color css
<style>
a { background-color: #C450A8; }
a { background-color: rgb(196,80,168); }
div.DivClassName
{
background-color: #C450A8;
}
.BgClassName
{
background-color: #C450A8;
}
</style>
border-color css
<style>
span { border-color: #C450A8; }
span { border-color: rgb(196,80,168); }
td.TdClassName
{
border-color: #C450A8;
}
.TagClassName
{
border-color: #C450A8;
}
</style>