Shades of Fuchsia #C758AC
Tints of Fuchsia #C758AC
RGB
CMYK
RGB Variations
Color information
#C758AC (or 0xC758AC) is known color: Fuchsia. HEX triplet: C7, 58 and AC. RGB value is (199,88,172). Sum of RGB (Red+Green+Blue) = 199+88+172=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C758AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758AC is #38A753. Grayscale: #828282. Windows color (decimal): -3712852 or 11294919. OLE color: 11294919.
HSL color Cylindrical-coordinate representation of color #C758AC: hue angle of 314.59º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758AC is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 172 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.22 |
| HSL | 314.59º | 0.5% | 0.56% | - |
| HSV(B) | 314.59º | 0.56% | 0.78% | - |
| XYZ | 34.49 | 22.1 | 41.48 | - |
| YUV | 130.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 172 | 0 | 0.56 | 0.14 | 0.22 | 314.59 | 0.5 | 0.56 |
| Hex | C7 | 58 | AC | 0 | 38 | E | 16 | 13B | 32 | 38 |
| Octal | 307 | 130 | 254 | 0 | 70 | 16 | 26 | 473 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10101100 | 0 | 111000 | 1110 | 10110 | 100111011 | 110010 | 111000 |
Color Harmonies of #C758AC
Complementary color
Monochromatic Colors of #C758AC
Black with #C758AC
Text Example
Text Example
White with #C758AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758AC; }
p { color: rgb(199,88,172); }
H1.HeaderClassName
{
color: #C758AC;
}
.AnyTagClassName
{
color: #C758AC;
}
</style>
background-color css
<style>
a { background-color: #C758AC; }
a { background-color: rgb(199,88,172); }
div.DivClassName
{
background-color: #C758AC;
}
.BgClassName
{
background-color: #C758AC;
}
</style>
border-color css
<style>
span { border-color: #C758AC; }
span { border-color: rgb(199,88,172); }
td.TdClassName
{
border-color: #C758AC;
}
.TagClassName
{
border-color: #C758AC;
}
</style>