Shades of Fuchsia #C759AA
Tints of Fuchsia #C759AA
RGB
CMYK
RGB Variations
Color information
#C759AA (or 0xC759AA) is known color: Fuchsia. HEX triplet: C7, 59 and AA. RGB value is (199,89,170). Sum of RGB (Red+Green+Blue) = 199+89+170=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C759AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759AA is #38A655. Grayscale: #828282. Windows color (decimal): -3712598 or 11164103. OLE color: 11164103.
HSL color Cylindrical-coordinate representation of color #C759AA: hue angle of 315.82º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759AA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 170 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.22 |
| HSL | 315.82º | 0.5% | 0.56% | - |
| HSV(B) | 315.82º | 0.55% | 0.78% | - |
| XYZ | 34.38 | 22.19 | 40.5 | - |
| YUV | 131.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 170 | 0 | 0.55 | 0.15 | 0.22 | 315.82 | 0.5 | 0.56 |
| Hex | C7 | 59 | AA | 0 | 37 | F | 16 | 13C | 32 | 38 |
| Octal | 307 | 131 | 252 | 0 | 67 | 17 | 26 | 474 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10101010 | 0 | 110111 | 1111 | 10110 | 100111100 | 110010 | 111000 |
Color Harmonies of #C759AA
Complementary color
Monochromatic Colors of #C759AA
Black with #C759AA
Text Example
Text Example
White with #C759AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759AA; }
p { color: rgb(199,89,170); }
H1.HeaderClassName
{
color: #C759AA;
}
.AnyTagClassName
{
color: #C759AA;
}
</style>
background-color css
<style>
a { background-color: #C759AA; }
a { background-color: rgb(199,89,170); }
div.DivClassName
{
background-color: #C759AA;
}
.BgClassName
{
background-color: #C759AA;
}
</style>
border-color css
<style>
span { border-color: #C759AA; }
span { border-color: rgb(199,89,170); }
td.TdClassName
{
border-color: #C759AA;
}
.TagClassName
{
border-color: #C759AA;
}
</style>