Shades of Fuchsia #C760AA
Tints of Fuchsia #C760AA
RGB
CMYK
RGB Variations
Color information
#C760AA (or 0xC760AA) is known color: Fuchsia. HEX triplet: C7, 60 and AA. RGB value is (199,96,170). Sum of RGB (Red+Green+Blue) = 199+96+170=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C760AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C760AA is #389F55. Grayscale: #878787. Windows color (decimal): -3710806 or 11165895. OLE color: 11165895.
HSL color Cylindrical-coordinate representation of color #C760AA: hue angle of 316.89º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C760AA is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 96 | 170 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.22 |
| HSL | 316.89º | 0.48% | 0.58% | - |
| HSV(B) | 316.89º | 0.52% | 0.78% | - |
| XYZ | 34.99 | 23.41 | 40.7 | - |
| YUV | 135.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 96 | 170 | 0 | 0.52 | 0.15 | 0.22 | 316.89 | 0.48 | 0.58 |
| Hex | C7 | 60 | AA | 0 | 34 | F | 16 | 13D | 30 | 3A |
| Octal | 307 | 140 | 252 | 0 | 64 | 17 | 26 | 475 | 60 | 72 |
| Binary | 11000111 | 1100000 | 10101010 | 0 | 110100 | 1111 | 10110 | 100111101 | 110000 | 111010 |
Color Harmonies of #C760AA
Complementary color
Monochromatic Colors of #C760AA
Black with #C760AA
Text Example
Text Example
White with #C760AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C760AA; }
p { color: rgb(199,96,170); }
H1.HeaderClassName
{
color: #C760AA;
}
.AnyTagClassName
{
color: #C760AA;
}
</style>
background-color css
<style>
a { background-color: #C760AA; }
a { background-color: rgb(199,96,170); }
div.DivClassName
{
background-color: #C760AA;
}
.BgClassName
{
background-color: #C760AA;
}
</style>
border-color css
<style>
span { border-color: #C760AA; }
span { border-color: rgb(199,96,170); }
td.TdClassName
{
border-color: #C760AA;
}
.TagClassName
{
border-color: #C760AA;
}
</style>