Shades of Fuchsia #C758BD
Tints of Fuchsia #C758BD
RGB
CMYK
RGB Variations
Color information
#C758BD (or 0xC758BD) is known color: Fuchsia. HEX triplet: C7, 58 and BD. RGB value is (199,88,189). Sum of RGB (Red+Green+Blue) = 199+88+189=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 88 (34.77% from 255 or 18.49% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C758BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758BD is #38A742. Grayscale: #848484. Windows color (decimal): -3712835 or 12409031. OLE color: 12409031.
HSL color Cylindrical-coordinate representation of color #C758BD: hue angle of 305.41º 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 #C758BD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 189 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.22 |
| HSL | 305.41º | 0.5% | 0.56% | - |
| HSV(B) | 305.41º | 0.56% | 0.78% | - |
| XYZ | 36.23 | 22.8 | 50.63 | - |
| YUV | 132.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 189 | 0 | 0.56 | 0.05 | 0.22 | 305.41 | 0.5 | 0.56 |
| Hex | C7 | 58 | BD | 0 | 38 | 5 | 16 | 131 | 32 | 38 |
| Octal | 307 | 130 | 275 | 0 | 70 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10111101 | 0 | 111000 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C758BD
Complementary color
Monochromatic Colors of #C758BD
Black with #C758BD
Text Example
Text Example
White with #C758BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758BD; }
p { color: rgb(199,88,189); }
H1.HeaderClassName
{
color: #C758BD;
}
.AnyTagClassName
{
color: #C758BD;
}
</style>
background-color css
<style>
a { background-color: #C758BD; }
a { background-color: rgb(199,88,189); }
div.DivClassName
{
background-color: #C758BD;
}
.BgClassName
{
background-color: #C758BD;
}
</style>
border-color css
<style>
span { border-color: #C758BD; }
span { border-color: rgb(199,88,189); }
td.TdClassName
{
border-color: #C758BD;
}
.TagClassName
{
border-color: #C758BD;
}
</style>