Shades of Fuchsia #C759BC
Tints of Fuchsia #C759BC
RGB
CMYK
RGB Variations
Color information
#C759BC (or 0xC759BC) is known color: Fuchsia. HEX triplet: C7, 59 and BC. RGB value is (199,89,188). Sum of RGB (Red+Green+Blue) = 199+89+188=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C759BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C759BC is #38A643. Grayscale: #848484. Windows color (decimal): -3712580 or 12343751. OLE color: 12343751.
HSL color Cylindrical-coordinate representation of color #C759BC: hue angle of 306º 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 #C759BC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 188 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.22 |
| HSL | 306º | 0.5% | 0.56% | - |
| HSV(B) | 306º | 0.55% | 0.78% | - |
| XYZ | 36.2 | 22.92 | 50.09 | - |
| YUV | 133.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 188 | 0 | 0.55 | 0.06 | 0.22 | 306 | 0.5 | 0.56 |
| Hex | C7 | 59 | BC | 0 | 37 | 6 | 16 | 132 | 32 | 38 |
| Octal | 307 | 131 | 274 | 0 | 67 | 6 | 26 | 462 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10111100 | 0 | 110111 | 110 | 10110 | 100110010 | 110010 | 111000 |
Color Harmonies of #C759BC
Complementary color
Monochromatic Colors of #C759BC
Black with #C759BC
Text Example
Text Example
White with #C759BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759BC; }
p { color: rgb(199,89,188); }
H1.HeaderClassName
{
color: #C759BC;
}
.AnyTagClassName
{
color: #C759BC;
}
</style>
background-color css
<style>
a { background-color: #C759BC; }
a { background-color: rgb(199,89,188); }
div.DivClassName
{
background-color: #C759BC;
}
.BgClassName
{
background-color: #C759BC;
}
</style>
border-color css
<style>
span { border-color: #C759BC; }
span { border-color: rgb(199,89,188); }
td.TdClassName
{
border-color: #C759BC;
}
.TagClassName
{
border-color: #C759BC;
}
</style>