Shades of Fuchsia #C758C9
Tints of Fuchsia #C758C9
RGB
CMYK
RGB Variations
Color information
#C758C9 (or 0xC758C9) is known color: Fuchsia. HEX triplet: C7, 58 and C9. RGB value is (199,88,201). Sum of RGB (Red+Green+Blue) = 199+88+201=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C758C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758C9 is #38A736. Grayscale: #858585. Windows color (decimal): -3712823 or 13195463. OLE color: 13195463.
HSL color Cylindrical-coordinate representation of color #C758C9: hue angle of 298.94º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758C9 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 88 | 201 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.21 |
| HSL | 298.94º | 0.51% | 0.57% | - |
| HSV(B) | 298.94º | 0.56% | 0.79% | - |
| XYZ | 37.59 | 23.34 | 57.78 | - |
| YUV | 134.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 201 | 0.01 | 0.56 | 0 | 0.21 | 298.94 | 0.51 | 0.57 |
| Hex | C7 | 58 | C9 | 1 | 38 | 0 | 15 | 12B | 33 | 39 |
| Octal | 307 | 130 | 311 | 1 | 70 | 0 | 25 | 453 | 63 | 71 |
| Binary | 11000111 | 1011000 | 11001001 | 1 | 111000 | 0 | 10101 | 100101011 | 110011 | 111001 |
Color Harmonies of #C758C9
Complementary color
Monochromatic Colors of #C758C9
Black with #C758C9
Text Example
Text Example
White with #C758C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758C9; }
p { color: rgb(199,88,201); }
H1.HeaderClassName
{
color: #C758C9;
}
.AnyTagClassName
{
color: #C758C9;
}
</style>
background-color css
<style>
a { background-color: #C758C9; }
a { background-color: rgb(199,88,201); }
div.DivClassName
{
background-color: #C758C9;
}
.BgClassName
{
background-color: #C758C9;
}
</style>
border-color css
<style>
span { border-color: #C758C9; }
span { border-color: rgb(199,88,201); }
td.TdClassName
{
border-color: #C758C9;
}
.TagClassName
{
border-color: #C758C9;
}
</style>