Shades of Fuchsia #C759CF
Tints of Fuchsia #C759CF
RGB
CMYK
RGB Variations
Color information
#C759CF (or 0xC759CF) is known color: Fuchsia. HEX triplet: C7, 59 and CF. RGB value is (199,89,207). Sum of RGB (Red+Green+Blue) = 199+89+207=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #C759CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759CF is #38A630. Grayscale: #868686. Windows color (decimal): -3712561 or 13588935. OLE color: 13588935.
HSL color Cylindrical-coordinate representation of color #C759CF: hue angle of 295.93º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C759CF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 89 | 207 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.19 |
| HSL | 295.93º | 0.55% | 0.58% | - |
| HSV(B) | 295.93º | 0.57% | 0.81% | - |
| XYZ | 38.39 | 23.79 | 61.6 | - |
| YUV | 135.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 207 | 0.04 | 0.57 | 0 | 0.19 | 295.93 | 0.55 | 0.58 |
| Hex | C7 | 59 | CF | 4 | 39 | 0 | 13 | 128 | 37 | 3A |
| Octal | 307 | 131 | 317 | 4 | 71 | 0 | 23 | 450 | 67 | 72 |
| Binary | 11000111 | 1011001 | 11001111 | 100 | 111001 | 0 | 10011 | 100101000 | 110111 | 111010 |
Color Harmonies of #C759CF
Complementary color
Monochromatic Colors of #C759CF
Black with #C759CF
Text Example
Text Example
White with #C759CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759CF; }
p { color: rgb(199,89,207); }
H1.HeaderClassName
{
color: #C759CF;
}
.AnyTagClassName
{
color: #C759CF;
}
</style>
background-color css
<style>
a { background-color: #C759CF; }
a { background-color: rgb(199,89,207); }
div.DivClassName
{
background-color: #C759CF;
}
.BgClassName
{
background-color: #C759CF;
}
</style>
border-color css
<style>
span { border-color: #C759CF; }
span { border-color: rgb(199,89,207); }
td.TdClassName
{
border-color: #C759CF;
}
.TagClassName
{
border-color: #C759CF;
}
</style>