Shades of Fuchsia #C75DB1
Tints of Fuchsia #C75DB1
RGB
CMYK
RGB Variations
Color information
#C75DB1 (or 0xC75DB1) is known color: Fuchsia. HEX triplet: C7, 5D and B1. RGB value is (199,93,177). Sum of RGB (Red+Green+Blue) = 199+93+177=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DB1 is #38A24E. Grayscale: #868686. Windows color (decimal): -3711567 or 11623879. OLE color: 11623879.
HSL color Cylindrical-coordinate representation of color #C75DB1: hue angle of 312.45º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75DB1 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 177 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.22 |
| HSL | 312.45º | 0.49% | 0.57% | - |
| HSV(B) | 312.45º | 0.53% | 0.78% | - |
| XYZ | 35.4 | 23.15 | 44.2 | - |
| YUV | 134.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 177 | 0 | 0.53 | 0.11 | 0.22 | 312.45 | 0.49 | 0.57 |
| Hex | C7 | 5D | B1 | 0 | 35 | B | 16 | 138 | 31 | 39 |
| Octal | 307 | 135 | 261 | 0 | 65 | 13 | 26 | 470 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10110001 | 0 | 110101 | 1011 | 10110 | 100111000 | 110001 | 111001 |
Color Harmonies of #C75DB1
Complementary color
Monochromatic Colors of #C75DB1
Black with #C75DB1
Text Example
Text Example
White with #C75DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DB1; }
p { color: rgb(199,93,177); }
H1.HeaderClassName
{
color: #C75DB1;
}
.AnyTagClassName
{
color: #C75DB1;
}
</style>
background-color css
<style>
a { background-color: #C75DB1; }
a { background-color: rgb(199,93,177); }
div.DivClassName
{
background-color: #C75DB1;
}
.BgClassName
{
background-color: #C75DB1;
}
</style>
border-color css
<style>
span { border-color: #C75DB1; }
span { border-color: rgb(199,93,177); }
td.TdClassName
{
border-color: #C75DB1;
}
.TagClassName
{
border-color: #C75DB1;
}
</style>