Shades of Fuchsia #C85FAC
Tints of Fuchsia #C85FAC
RGB
CMYK
RGB Variations
Color information
#C85FAC (or 0xC85FAC) is known color: Fuchsia. HEX triplet: C8, 5F and AC. RGB value is (200,95,172). Sum of RGB (Red+Green+Blue) = 200+95+172=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FAC is #37A053. Grayscale: #868686. Windows color (decimal): -3645524 or 11296712. OLE color: 11296712.
HSL color Cylindrical-coordinate representation of color #C85FAC: hue angle of 316º degrees, saturation: 0.49, 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 #C85FAC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 172 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.22 |
| HSL | 316º | 0.49% | 0.58% | - |
| HSV(B) | 316º | 0.53% | 0.78% | - |
| XYZ | 35.36 | 23.44 | 41.69 | - |
| YUV | 135.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 172 | 0 | 0.52 | 0.14 | 0.22 | 316 | 0.49 | 0.58 |
| Hex | C8 | 5F | AC | 0 | 34 | E | 16 | 13C | 31 | 3A |
| Octal | 310 | 137 | 254 | 0 | 64 | 16 | 26 | 474 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10101100 | 0 | 110100 | 1110 | 10110 | 100111100 | 110001 | 111010 |
Color Harmonies of #C85FAC
Complementary color
Monochromatic Colors of #C85FAC
Black with #C85FAC
Text Example
Text Example
White with #C85FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FAC; }
p { color: rgb(200,95,172); }
H1.HeaderClassName
{
color: #C85FAC;
}
.AnyTagClassName
{
color: #C85FAC;
}
</style>
background-color css
<style>
a { background-color: #C85FAC; }
a { background-color: rgb(200,95,172); }
div.DivClassName
{
background-color: #C85FAC;
}
.BgClassName
{
background-color: #C85FAC;
}
</style>
border-color css
<style>
span { border-color: #C85FAC; }
span { border-color: rgb(200,95,172); }
td.TdClassName
{
border-color: #C85FAC;
}
.TagClassName
{
border-color: #C85FAC;
}
</style>