Shades of Fuchsia #C75FB1
Tints of Fuchsia #C75FB1
RGB
CMYK
RGB Variations
Color information
#C75FB1 (or 0xC75FB1) is known color: Fuchsia. HEX triplet: C7, 5F and B1. RGB value is (199,95,177). Sum of RGB (Red+Green+Blue) = 199+95+177=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C75FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75FB1 is #38A04E. Grayscale: #878787. Windows color (decimal): -3711055 or 11624391. OLE color: 11624391.
HSL color Cylindrical-coordinate representation of color #C75FB1: hue angle of 312.69º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C75FB1 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 95 | 177 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.22 |
| HSL | 312.69º | 0.48% | 0.58% | - |
| HSV(B) | 312.69º | 0.52% | 0.78% | - |
| XYZ | 35.58 | 23.5 | 44.26 | - |
| YUV | 135.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 95 | 177 | 0 | 0.52 | 0.11 | 0.22 | 312.69 | 0.48 | 0.58 |
| Hex | C7 | 5F | B1 | 0 | 34 | B | 16 | 139 | 30 | 3A |
| Octal | 307 | 137 | 261 | 0 | 64 | 13 | 26 | 471 | 60 | 72 |
| Binary | 11000111 | 1011111 | 10110001 | 0 | 110100 | 1011 | 10110 | 100111001 | 110000 | 111010 |
Color Harmonies of #C75FB1
Complementary color
Monochromatic Colors of #C75FB1
Black with #C75FB1
Text Example
Text Example
White with #C75FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75FB1; }
p { color: rgb(199,95,177); }
H1.HeaderClassName
{
color: #C75FB1;
}
.AnyTagClassName
{
color: #C75FB1;
}
</style>
background-color css
<style>
a { background-color: #C75FB1; }
a { background-color: rgb(199,95,177); }
div.DivClassName
{
background-color: #C75FB1;
}
.BgClassName
{
background-color: #C75FB1;
}
</style>
border-color css
<style>
span { border-color: #C75FB1; }
span { border-color: rgb(199,95,177); }
td.TdClassName
{
border-color: #C75FB1;
}
.TagClassName
{
border-color: #C75FB1;
}
</style>