Shades of Fuchsia #C85AAC
Tints of Fuchsia #C85AAC
RGB
CMYK
RGB Variations
Color information
#C85AAC (or 0xC85AAC) is known color: Fuchsia. HEX triplet: C8, 5A and AC. RGB value is (200,90,172). Sum of RGB (Red+Green+Blue) = 200+90+172=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AAC is #37A553. Grayscale: #848484. Windows color (decimal): -3646804 or 11295432. OLE color: 11295432.
HSL color Cylindrical-coordinate representation of color #C85AAC: hue angle of 315.27º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85AAC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 172 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.22 |
| HSL | 315.27º | 0.5% | 0.57% | - |
| HSV(B) | 315.27º | 0.55% | 0.78% | - |
| XYZ | 34.92 | 22.57 | 41.55 | - |
| YUV | 132.24 | 150.44 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 172 | 0 | 0.55 | 0.14 | 0.22 | 315.27 | 0.5 | 0.57 |
| Hex | C8 | 5A | AC | 0 | 37 | E | 16 | 13B | 32 | 39 |
| Octal | 310 | 132 | 254 | 0 | 67 | 16 | 26 | 473 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10101100 | 0 | 110111 | 1110 | 10110 | 100111011 | 110010 | 111001 |
Color Harmonies of #C85AAC
Complementary color
Monochromatic Colors of #C85AAC
Black with #C85AAC
Text Example
Text Example
White with #C85AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AAC; }
p { color: rgb(200,90,172); }
H1.HeaderClassName
{
color: #C85AAC;
}
.AnyTagClassName
{
color: #C85AAC;
}
</style>
background-color css
<style>
a { background-color: #C85AAC; }
a { background-color: rgb(200,90,172); }
div.DivClassName
{
background-color: #C85AAC;
}
.BgClassName
{
background-color: #C85AAC;
}
</style>
border-color css
<style>
span { border-color: #C85AAC; }
span { border-color: rgb(200,90,172); }
td.TdClassName
{
border-color: #C85AAC;
}
.TagClassName
{
border-color: #C85AAC;
}
</style>