Shades of Fuchsia #C759C1
Tints of Fuchsia #C759C1
RGB
CMYK
RGB Variations
Color information
#C759C1 (or 0xC759C1) is known color: Fuchsia. HEX triplet: C7, 59 and C1. RGB value is (199,89,193). Sum of RGB (Red+Green+Blue) = 199+89+193=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C759C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759C1 is #38A63E. Grayscale: #858585. Windows color (decimal): -3712575 or 12671431. OLE color: 12671431.
HSL color Cylindrical-coordinate representation of color #C759C1: hue angle of 303.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 #C759C1 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 193 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.22 |
| HSL | 303.27º | 0.5% | 0.56% | - |
| HSV(B) | 303.27º | 0.55% | 0.78% | - |
| XYZ | 36.75 | 23.14 | 52.98 | - |
| YUV | 133.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 193 | 0 | 0.55 | 0.03 | 0.22 | 303.27 | 0.5 | 0.56 |
| Hex | C7 | 59 | C1 | 0 | 37 | 3 | 16 | 12F | 32 | 38 |
| Octal | 307 | 131 | 301 | 0 | 67 | 3 | 26 | 457 | 62 | 70 |
| Binary | 11000111 | 1011001 | 11000001 | 0 | 110111 | 11 | 10110 | 100101111 | 110010 | 111000 |
Color Harmonies of #C759C1
Complementary color
Monochromatic Colors of #C759C1
Black with #C759C1
Text Example
Text Example
White with #C759C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759C1; }
p { color: rgb(199,89,193); }
H1.HeaderClassName
{
color: #C759C1;
}
.AnyTagClassName
{
color: #C759C1;
}
</style>
background-color css
<style>
a { background-color: #C759C1; }
a { background-color: rgb(199,89,193); }
div.DivClassName
{
background-color: #C759C1;
}
.BgClassName
{
background-color: #C759C1;
}
</style>
border-color css
<style>
span { border-color: #C759C1; }
span { border-color: rgb(199,89,193); }
td.TdClassName
{
border-color: #C759C1;
}
.TagClassName
{
border-color: #C759C1;
}
</style>