Shades of Fuchsia #C759AB
Tints of Fuchsia #C759AB
RGB
CMYK
RGB Variations
Color information
#C759AB (or 0xC759AB) is known color: Fuchsia. HEX triplet: C7, 59 and AB. RGB value is (199,89,171). Sum of RGB (Red+Green+Blue) = 199+89+171=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C759AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759AB is #38A654. Grayscale: #838383. Windows color (decimal): -3712597 or 11229639. OLE color: 11229639.
HSL color Cylindrical-coordinate representation of color #C759AB: hue angle of 315.27º 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 #C759AB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 171 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.22 |
| HSL | 315.27º | 0.5% | 0.56% | - |
| HSV(B) | 315.27º | 0.55% | 0.78% | - |
| XYZ | 34.48 | 22.23 | 41 | - |
| YUV | 131.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 171 | 0 | 0.55 | 0.14 | 0.22 | 315.27 | 0.5 | 0.56 |
| Hex | C7 | 59 | AB | 0 | 37 | E | 16 | 13B | 32 | 38 |
| Octal | 307 | 131 | 253 | 0 | 67 | 16 | 26 | 473 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10101011 | 0 | 110111 | 1110 | 10110 | 100111011 | 110010 | 111000 |
Color Harmonies of #C759AB
Complementary color
Monochromatic Colors of #C759AB
Black with #C759AB
Text Example
Text Example
White with #C759AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759AB; }
p { color: rgb(199,89,171); }
H1.HeaderClassName
{
color: #C759AB;
}
.AnyTagClassName
{
color: #C759AB;
}
</style>
background-color css
<style>
a { background-color: #C759AB; }
a { background-color: rgb(199,89,171); }
div.DivClassName
{
background-color: #C759AB;
}
.BgClassName
{
background-color: #C759AB;
}
</style>
border-color css
<style>
span { border-color: #C759AB; }
span { border-color: rgb(199,89,171); }
td.TdClassName
{
border-color: #C759AB;
}
.TagClassName
{
border-color: #C759AB;
}
</style>