Shades of Fuchsia #C759CE
Tints of Fuchsia #C759CE
RGB
CMYK
RGB Variations
Color information
#C759CE (or 0xC759CE) is known color: Fuchsia. HEX triplet: C7, 59 and CE. RGB value is (199,89,206). Sum of RGB (Red+Green+Blue) = 199+89+206=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C759CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759CE is #38A631. Grayscale: #868686. Windows color (decimal): -3712562 or 13523399. OLE color: 13523399.
HSL color Cylindrical-coordinate representation of color #C759CE: hue angle of 296.41º degrees, saturation: 0.54, 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 #C759CE is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 89 | 206 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.19 |
| HSL | 296.41º | 0.54% | 0.58% | - |
| HSV(B) | 296.41º | 0.57% | 0.81% | - |
| XYZ | 38.27 | 23.74 | 60.96 | - |
| YUV | 135.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 206 | 0.03 | 0.57 | 0 | 0.19 | 296.41 | 0.54 | 0.58 |
| Hex | C7 | 59 | CE | 3 | 39 | 0 | 13 | 128 | 36 | 3A |
| Octal | 307 | 131 | 316 | 3 | 71 | 0 | 23 | 450 | 66 | 72 |
| Binary | 11000111 | 1011001 | 11001110 | 11 | 111001 | 0 | 10011 | 100101000 | 110110 | 111010 |
Color Harmonies of #C759CE
Complementary color
Monochromatic Colors of #C759CE
Black with #C759CE
Text Example
Text Example
White with #C759CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759CE; }
p { color: rgb(199,89,206); }
H1.HeaderClassName
{
color: #C759CE;
}
.AnyTagClassName
{
color: #C759CE;
}
</style>
background-color css
<style>
a { background-color: #C759CE; }
a { background-color: rgb(199,89,206); }
div.DivClassName
{
background-color: #C759CE;
}
.BgClassName
{
background-color: #C759CE;
}
</style>
border-color css
<style>
span { border-color: #C759CE; }
span { border-color: rgb(199,89,206); }
td.TdClassName
{
border-color: #C759CE;
}
.TagClassName
{
border-color: #C759CE;
}
</style>