Shades of Fuchsia #C463AA
Tints of Fuchsia #C463AA
RGB
CMYK
RGB Variations
Color information
#C463AA (or 0xC463AA) is known color: Fuchsia. HEX triplet: C4, 63 and AA. RGB value is (196,99,170). Sum of RGB (Red+Green+Blue) = 196+99+170=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C463AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463AA is #3B9C55. Grayscale: #878787. Windows color (decimal): -3906646 or 11166660. OLE color: 11166660.
HSL color Cylindrical-coordinate representation of color #C463AA: hue angle of 316.08º 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 #C463AA is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 170 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.23 |
| HSL | 316.08º | 0.45% | 0.58% | - |
| HSV(B) | 316.08º | 0.49% | 0.77% | - |
| XYZ | 34.48 | 23.56 | 40.76 | - |
| YUV | 136.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 170 | 0 | 0.49 | 0.13 | 0.23 | 316.08 | 0.45 | 0.58 |
| Hex | C4 | 63 | AA | 0 | 31 | D | 17 | 13C | 2D | 3A |
| Octal | 304 | 143 | 252 | 0 | 61 | 15 | 27 | 474 | 55 | 72 |
| Binary | 11000100 | 1100011 | 10101010 | 0 | 110001 | 1101 | 10111 | 100111100 | 101101 | 111010 |
Color Harmonies of #C463AA
Complementary color
Monochromatic Colors of #C463AA
Black with #C463AA
Text Example
Text Example
White with #C463AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C463AA; }
p { color: rgb(196,99,170); }
H1.HeaderClassName
{
color: #C463AA;
}
.AnyTagClassName
{
color: #C463AA;
}
</style>
background-color css
<style>
a { background-color: #C463AA; }
a { background-color: rgb(196,99,170); }
div.DivClassName
{
background-color: #C463AA;
}
.BgClassName
{
background-color: #C463AA;
}
</style>
border-color css
<style>
span { border-color: #C463AA; }
span { border-color: rgb(196,99,170); }
td.TdClassName
{
border-color: #C463AA;
}
.TagClassName
{
border-color: #C463AA;
}
</style>