Shades of Fuchsia #C440AA
Tints of Fuchsia #C440AA
RGB
CMYK
RGB Variations
Color information
#C440AA (or 0xC440AA) is known color: Fuchsia. HEX triplet: C4, 40 and AA. RGB value is (196,64,170). Sum of RGB (Red+Green+Blue) = 196+64+170=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C440AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C440AA is #3BBF55. Grayscale: #737373. Windows color (decimal): -3915606 or 11157700. OLE color: 11157700.
HSL color Cylindrical-coordinate representation of color #C440AA: hue angle of 311.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C440AA is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 170 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.23 |
| HSL | 311.82º | 0.53% | 0.51% | - |
| HSV(B) | 311.82º | 0.67% | 0.77% | - |
| XYZ | 31.85 | 18.3 | 39.88 | - |
| YUV | 115.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 170 | 0 | 0.67 | 0.13 | 0.23 | 311.82 | 0.53 | 0.51 |
| Hex | C4 | 40 | AA | 0 | 43 | D | 17 | 138 | 35 | 33 |
| Octal | 304 | 100 | 252 | 0 | 103 | 15 | 27 | 470 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10101010 | 0 | 1000011 | 1101 | 10111 | 100111000 | 110101 | 110011 |
Color Harmonies of #C440AA
Complementary color
Monochromatic Colors of #C440AA
Black with #C440AA
Text Example
Text Example
White with #C440AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C440AA; }
p { color: rgb(196,64,170); }
H1.HeaderClassName
{
color: #C440AA;
}
.AnyTagClassName
{
color: #C440AA;
}
</style>
background-color css
<style>
a { background-color: #C440AA; }
a { background-color: rgb(196,64,170); }
div.DivClassName
{
background-color: #C440AA;
}
.BgClassName
{
background-color: #C440AA;
}
</style>
border-color css
<style>
span { border-color: #C440AA; }
span { border-color: rgb(196,64,170); }
td.TdClassName
{
border-color: #C440AA;
}
.TagClassName
{
border-color: #C440AA;
}
</style>