Shades of Fuchsia #C758C6
Tints of Fuchsia #C758C6
RGB
CMYK
RGB Variations
Color information
#C758C6 (or 0xC758C6) is known color: Fuchsia. HEX triplet: C7, 58 and C6. RGB value is (199,88,198). Sum of RGB (Red+Green+Blue) = 199+88+198=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C758C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758C6 is #38A739. Grayscale: #858585. Windows color (decimal): -3712826 or 12998855. OLE color: 12998855.
HSL color Cylindrical-coordinate representation of color #C758C6: hue angle of 300.54º 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 #C758C6 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 198 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.22 |
| HSL | 300.54º | 0.5% | 0.56% | - |
| HSV(B) | 300.54º | 0.56% | 0.78% | - |
| XYZ | 37.24 | 23.2 | 55.94 | - |
| YUV | 133.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 198 | 0 | 0.56 | 0.01 | 0.22 | 300.54 | 0.5 | 0.56 |
| Hex | C7 | 58 | C6 | 0 | 38 | 1 | 16 | 12D | 32 | 38 |
| Octal | 307 | 130 | 306 | 0 | 70 | 1 | 26 | 455 | 62 | 70 |
| Binary | 11000111 | 1011000 | 11000110 | 0 | 111000 | 1 | 10110 | 100101101 | 110010 | 111000 |
Color Harmonies of #C758C6
Complementary color
Monochromatic Colors of #C758C6
Black with #C758C6
Text Example
Text Example
White with #C758C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758C6; }
p { color: rgb(199,88,198); }
H1.HeaderClassName
{
color: #C758C6;
}
.AnyTagClassName
{
color: #C758C6;
}
</style>
background-color css
<style>
a { background-color: #C758C6; }
a { background-color: rgb(199,88,198); }
div.DivClassName
{
background-color: #C758C6;
}
.BgClassName
{
background-color: #C758C6;
}
</style>
border-color css
<style>
span { border-color: #C758C6; }
span { border-color: rgb(199,88,198); }
td.TdClassName
{
border-color: #C758C6;
}
.TagClassName
{
border-color: #C758C6;
}
</style>