Shades of Fuchsia #C464AA
Tints of Fuchsia #C464AA
RGB
CMYK
RGB Variations
Color information
#C464AA (or 0xC464AA) is known color: Fuchsia. HEX triplet: C4, 64 and AA. RGB value is (196,100,170). Sum of RGB (Red+Green+Blue) = 196+100+170=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C464AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464AA is #3B9B55. Grayscale: #888888. Windows color (decimal): -3906390 or 11166916. OLE color: 11166916.
HSL color Cylindrical-coordinate representation of color #C464AA: hue angle of 316.25º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464AA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 100 | 170 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.23 |
| HSL | 316.25º | 0.45% | 0.58% | - |
| HSV(B) | 316.25º | 0.49% | 0.77% | - |
| XYZ | 34.58 | 23.75 | 40.79 | - |
| YUV | 136.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 100 | 170 | 0 | 0.49 | 0.13 | 0.23 | 316.25 | 0.45 | 0.58 |
| Hex | C4 | 64 | AA | 0 | 31 | D | 17 | 13C | 2D | 3A |
| Octal | 304 | 144 | 252 | 0 | 61 | 15 | 27 | 474 | 55 | 72 |
| Binary | 11000100 | 1100100 | 10101010 | 0 | 110001 | 1101 | 10111 | 100111100 | 101101 | 111010 |
Color Harmonies of #C464AA
Complementary color
Monochromatic Colors of #C464AA
Black with #C464AA
Text Example
Text Example
White with #C464AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C464AA; }
p { color: rgb(196,100,170); }
H1.HeaderClassName
{
color: #C464AA;
}
.AnyTagClassName
{
color: #C464AA;
}
</style>
background-color css
<style>
a { background-color: #C464AA; }
a { background-color: rgb(196,100,170); }
div.DivClassName
{
background-color: #C464AA;
}
.BgClassName
{
background-color: #C464AA;
}
</style>
border-color css
<style>
span { border-color: #C464AA; }
span { border-color: rgb(196,100,170); }
td.TdClassName
{
border-color: #C464AA;
}
.TagClassName
{
border-color: #C464AA;
}
</style>