Shades of Fuchsia #C455AA
Tints of Fuchsia #C455AA
RGB
CMYK
RGB Variations
Color information
#C455AA (or 0xC455AA) is known color: Fuchsia. HEX triplet: C4, 55 and AA. RGB value is (196,85,170). Sum of RGB (Red+Green+Blue) = 196+85+170=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C455AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C455AA is #3BAA55. Grayscale: #7F7F7F. Windows color (decimal): -3910230 or 11163076. OLE color: 11163076.
HSL color Cylindrical-coordinate representation of color #C455AA: hue angle of 314.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C455AA is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 170 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.23 |
| HSL | 314.05º | 0.48% | 0.55% | - |
| HSV(B) | 314.05º | 0.57% | 0.77% | - |
| XYZ | 33.27 | 21.14 | 40.36 | - |
| YUV | 127.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 170 | 0 | 0.57 | 0.13 | 0.23 | 314.05 | 0.48 | 0.55 |
| Hex | C4 | 55 | AA | 0 | 39 | D | 17 | 13A | 30 | 37 |
| Octal | 304 | 125 | 252 | 0 | 71 | 15 | 27 | 472 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10101010 | 0 | 111001 | 1101 | 10111 | 100111010 | 110000 | 110111 |
Color Harmonies of #C455AA
Complementary color
Monochromatic Colors of #C455AA
Black with #C455AA
Text Example
Text Example
White with #C455AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455AA; }
p { color: rgb(196,85,170); }
H1.HeaderClassName
{
color: #C455AA;
}
.AnyTagClassName
{
color: #C455AA;
}
</style>
background-color css
<style>
a { background-color: #C455AA; }
a { background-color: rgb(196,85,170); }
div.DivClassName
{
background-color: #C455AA;
}
.BgClassName
{
background-color: #C455AA;
}
</style>
border-color css
<style>
span { border-color: #C455AA; }
span { border-color: rgb(196,85,170); }
td.TdClassName
{
border-color: #C455AA;
}
.TagClassName
{
border-color: #C455AA;
}
</style>