Shades of Fuchsia #C75DAC
Tints of Fuchsia #C75DAC
RGB
CMYK
RGB Variations
Color information
#C75DAC (or 0xC75DAC) is known color: Fuchsia. HEX triplet: C7, 5D and AC. RGB value is (199,93,172). Sum of RGB (Red+Green+Blue) = 199+93+172=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DAC is #38A253. Grayscale: #858585. Windows color (decimal): -3711572 or 11296199. OLE color: 11296199.
HSL color Cylindrical-coordinate representation of color #C75DAC: hue angle of 315.28º 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 #C75DAC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 172 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.22 |
| HSL | 315.28º | 0.49% | 0.57% | - |
| HSV(B) | 315.28º | 0.53% | 0.78% | - |
| XYZ | 34.91 | 22.95 | 41.62 | - |
| YUV | 133.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 172 | 0 | 0.53 | 0.14 | 0.22 | 315.28 | 0.49 | 0.57 |
| Hex | C7 | 5D | AC | 0 | 35 | E | 16 | 13B | 31 | 39 |
| Octal | 307 | 135 | 254 | 0 | 65 | 16 | 26 | 473 | 61 | 71 |
| Binary | 11000111 | 1011101 | 10101100 | 0 | 110101 | 1110 | 10110 | 100111011 | 110001 | 111001 |
Color Harmonies of #C75DAC
Complementary color
Monochromatic Colors of #C75DAC
Black with #C75DAC
Text Example
Text Example
White with #C75DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DAC; }
p { color: rgb(199,93,172); }
H1.HeaderClassName
{
color: #C75DAC;
}
.AnyTagClassName
{
color: #C75DAC;
}
</style>
background-color css
<style>
a { background-color: #C75DAC; }
a { background-color: rgb(199,93,172); }
div.DivClassName
{
background-color: #C75DAC;
}
.BgClassName
{
background-color: #C75DAC;
}
</style>
border-color css
<style>
span { border-color: #C75DAC; }
span { border-color: rgb(199,93,172); }
td.TdClassName
{
border-color: #C75DAC;
}
.TagClassName
{
border-color: #C75DAC;
}
</style>