Shades of Fuchsia #C441AA
Tints of Fuchsia #C441AA
RGB
CMYK
RGB Variations
Color information
#C441AA (or 0xC441AA) is known color: Fuchsia. HEX triplet: C4, 41 and AA. RGB value is (196,65,170). Sum of RGB (Red+Green+Blue) = 196+65+170=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C441AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C441AA is #3BBE55. Grayscale: #737373. Windows color (decimal): -3915350 or 11157956. OLE color: 11157956.
HSL color Cylindrical-coordinate representation of color #C441AA: hue angle of 311.91º 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 #C441AA is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 170 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.23 |
| HSL | 311.91º | 0.53% | 0.51% | - |
| HSV(B) | 311.91º | 0.67% | 0.77% | - |
| XYZ | 31.91 | 18.42 | 39.9 | - |
| YUV | 116.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 170 | 0 | 0.67 | 0.13 | 0.23 | 311.91 | 0.53 | 0.51 |
| Hex | C4 | 41 | AA | 0 | 43 | D | 17 | 138 | 35 | 33 |
| Octal | 304 | 101 | 252 | 0 | 103 | 15 | 27 | 470 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10101010 | 0 | 1000011 | 1101 | 10111 | 100111000 | 110101 | 110011 |
Color Harmonies of #C441AA
Complementary color
Monochromatic Colors of #C441AA
Black with #C441AA
Text Example
Text Example
White with #C441AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441AA; }
p { color: rgb(196,65,170); }
H1.HeaderClassName
{
color: #C441AA;
}
.AnyTagClassName
{
color: #C441AA;
}
</style>
background-color css
<style>
a { background-color: #C441AA; }
a { background-color: rgb(196,65,170); }
div.DivClassName
{
background-color: #C441AA;
}
.BgClassName
{
background-color: #C441AA;
}
</style>
border-color css
<style>
span { border-color: #C441AA; }
span { border-color: rgb(196,65,170); }
td.TdClassName
{
border-color: #C441AA;
}
.TagClassName
{
border-color: #C441AA;
}
</style>