Shades of Fuchsia #C759C5
Tints of Fuchsia #C759C5
RGB
CMYK
RGB Variations
Color information
#C759C5 (or 0xC759C5) is known color: Fuchsia. HEX triplet: C7, 59 and C5. RGB value is (199,89,197). Sum of RGB (Red+Green+Blue) = 199+89+197=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C759C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759C5 is #38A63A. Grayscale: #858585. Windows color (decimal): -3712571 or 12933575. OLE color: 12933575.
HSL color Cylindrical-coordinate representation of color #C759C5: hue angle of 301.09º 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 #C759C5 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 197 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.22 |
| HSL | 301.09º | 0.5% | 0.56% | - |
| HSV(B) | 301.09º | 0.55% | 0.78% | - |
| XYZ | 37.2 | 23.32 | 55.36 | - |
| YUV | 134.2 | 163.44 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 197 | 0 | 0.55 | 0.01 | 0.22 | 301.09 | 0.5 | 0.56 |
| Hex | C7 | 59 | C5 | 0 | 37 | 1 | 16 | 12D | 32 | 38 |
| Octal | 307 | 131 | 305 | 0 | 67 | 1 | 26 | 455 | 62 | 70 |
| Binary | 11000111 | 1011001 | 11000101 | 0 | 110111 | 1 | 10110 | 100101101 | 110010 | 111000 |
Color Harmonies of #C759C5
Complementary color
Monochromatic Colors of #C759C5
Black with #C759C5
Text Example
Text Example
White with #C759C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759C5; }
p { color: rgb(199,89,197); }
H1.HeaderClassName
{
color: #C759C5;
}
.AnyTagClassName
{
color: #C759C5;
}
</style>
background-color css
<style>
a { background-color: #C759C5; }
a { background-color: rgb(199,89,197); }
div.DivClassName
{
background-color: #C759C5;
}
.BgClassName
{
background-color: #C759C5;
}
</style>
border-color css
<style>
span { border-color: #C759C5; }
span { border-color: rgb(199,89,197); }
td.TdClassName
{
border-color: #C759C5;
}
.TagClassName
{
border-color: #C759C5;
}
</style>