Shades of Fuchsia #C758B4
Tints of Fuchsia #C758B4
RGB
CMYK
RGB Variations
Color information
#C758B4 (or 0xC758B4) is known color: Fuchsia. HEX triplet: C7, 58 and B4. RGB value is (199,88,180). Sum of RGB (Red+Green+Blue) = 199+88+180=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C758B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C758B4 is #38A74B. Grayscale: #838383. Windows color (decimal): -3712844 or 11819207. OLE color: 11819207.
HSL color Cylindrical-coordinate representation of color #C758B4: hue angle of 310.27º 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 #C758B4 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 180 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.22 |
| HSL | 310.27º | 0.5% | 0.56% | - |
| HSV(B) | 310.27º | 0.56% | 0.78% | - |
| XYZ | 35.28 | 22.42 | 45.65 | - |
| YUV | 131.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 180 | 0 | 0.56 | 0.10 | 0.22 | 310.27 | 0.5 | 0.56 |
| Hex | C7 | 58 | B4 | 0 | 38 | A | 16 | 136 | 32 | 38 |
| Octal | 307 | 130 | 264 | 0 | 70 | 12 | 26 | 466 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10110100 | 0 | 111000 | 1010 | 10110 | 100110110 | 110010 | 111000 |
Color Harmonies of #C758B4
Complementary color
Monochromatic Colors of #C758B4
Black with #C758B4
Text Example
Text Example
White with #C758B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C758B4; }
p { color: rgb(199,88,180); }
H1.HeaderClassName
{
color: #C758B4;
}
.AnyTagClassName
{
color: #C758B4;
}
</style>
background-color css
<style>
a { background-color: #C758B4; }
a { background-color: rgb(199,88,180); }
div.DivClassName
{
background-color: #C758B4;
}
.BgClassName
{
background-color: #C758B4;
}
</style>
border-color css
<style>
span { border-color: #C758B4; }
span { border-color: rgb(199,88,180); }
td.TdClassName
{
border-color: #C758B4;
}
.TagClassName
{
border-color: #C758B4;
}
</style>