Shades of Fuchsia #C758CF
Tints of Fuchsia #C758CF
RGB
CMYK
RGB Variations
Color information
#C758CF (or 0xC758CF) is known color: Fuchsia. HEX triplet: C7, 58 and CF. RGB value is (199,88,207). Sum of RGB (Red+Green+Blue) = 199+88+207=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C758CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758CF is #38A730. Grayscale: #868686. Windows color (decimal): -3712817 or 13588679. OLE color: 13588679.
HSL color Cylindrical-coordinate representation of color #C758CF: hue angle of 295.97º degrees, saturation: 0.55, 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 #C758CF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 88 | 207 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.19 |
| HSL | 295.97º | 0.55% | 0.58% | - |
| HSV(B) | 295.97º | 0.57% | 0.81% | - |
| XYZ | 38.31 | 23.63 | 61.57 | - |
| YUV | 134.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 207 | 0.04 | 0.57 | 0 | 0.19 | 295.97 | 0.55 | 0.58 |
| Hex | C7 | 58 | CF | 4 | 39 | 0 | 13 | 128 | 37 | 3A |
| Octal | 307 | 130 | 317 | 4 | 71 | 0 | 23 | 450 | 67 | 72 |
| Binary | 11000111 | 1011000 | 11001111 | 100 | 111001 | 0 | 10011 | 100101000 | 110111 | 111010 |
Color Harmonies of #C758CF
Complementary color
Monochromatic Colors of #C758CF
Black with #C758CF
Text Example
Text Example
White with #C758CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758CF; }
p { color: rgb(199,88,207); }
H1.HeaderClassName
{
color: #C758CF;
}
.AnyTagClassName
{
color: #C758CF;
}
</style>
background-color css
<style>
a { background-color: #C758CF; }
a { background-color: rgb(199,88,207); }
div.DivClassName
{
background-color: #C758CF;
}
.BgClassName
{
background-color: #C758CF;
}
</style>
border-color css
<style>
span { border-color: #C758CF; }
span { border-color: rgb(199,88,207); }
td.TdClassName
{
border-color: #C758CF;
}
.TagClassName
{
border-color: #C758CF;
}
</style>