Shades of Fuchsia #C85FAE
Tints of Fuchsia #C85FAE
RGB
CMYK
RGB Variations
Color information
#C85FAE (or 0xC85FAE) is known color: Fuchsia. HEX triplet: C8, 5F and AE. RGB value is (200,95,174). Sum of RGB (Red+Green+Blue) = 200+95+174=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C85FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85FAE is #37A051. Grayscale: #878787. Windows color (decimal): -3645522 or 11427784. OLE color: 11427784.
HSL color Cylindrical-coordinate representation of color #C85FAE: hue angle of 314.86º 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 #C85FAE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 95 | 174 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.22 |
| HSL | 314.86º | 0.49% | 0.58% | - |
| HSV(B) | 314.86º | 0.53% | 0.78% | - |
| XYZ | 35.55 | 23.52 | 42.71 | - |
| YUV | 135.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 174 | 0 | 0.52 | 0.13 | 0.22 | 314.86 | 0.49 | 0.58 |
| Hex | C8 | 5F | AE | 0 | 34 | D | 16 | 13B | 31 | 3A |
| Octal | 310 | 137 | 256 | 0 | 64 | 15 | 26 | 473 | 61 | 72 |
| Binary | 11001000 | 1011111 | 10101110 | 0 | 110100 | 1101 | 10110 | 100111011 | 110001 | 111010 |
Color Harmonies of #C85FAE
Complementary color
Monochromatic Colors of #C85FAE
Black with #C85FAE
Text Example
Text Example
White with #C85FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FAE; }
p { color: rgb(200,95,174); }
H1.HeaderClassName
{
color: #C85FAE;
}
.AnyTagClassName
{
color: #C85FAE;
}
</style>
background-color css
<style>
a { background-color: #C85FAE; }
a { background-color: rgb(200,95,174); }
div.DivClassName
{
background-color: #C85FAE;
}
.BgClassName
{
background-color: #C85FAE;
}
</style>
border-color css
<style>
span { border-color: #C85FAE; }
span { border-color: rgb(200,95,174); }
td.TdClassName
{
border-color: #C85FAE;
}
.TagClassName
{
border-color: #C85FAE;
}
</style>