Shades of Fuchsia #C85EAA
Tints of Fuchsia #C85EAA
RGB
CMYK
RGB Variations
Color information
#C85EAA (or 0xC85EAA) is known color: Fuchsia. HEX triplet: C8, 5E and AA. RGB value is (200,94,170). Sum of RGB (Red+Green+Blue) = 200+94+170=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C85EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85EAA is #37A155. Grayscale: #868686. Windows color (decimal): -3645782 or 11165384. OLE color: 11165384.
HSL color Cylindrical-coordinate representation of color #C85EAA: hue angle of 316.98º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85EAA is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 94 | 170 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.22 |
| HSL | 316.98º | 0.49% | 0.58% | - |
| HSV(B) | 316.98º | 0.53% | 0.78% | - |
| XYZ | 35.08 | 23.19 | 40.66 | - |
| YUV | 134.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 94 | 170 | 0 | 0.53 | 0.15 | 0.22 | 316.98 | 0.49 | 0.58 |
| Hex | C8 | 5E | AA | 0 | 35 | F | 16 | 13D | 31 | 3A |
| Octal | 310 | 136 | 252 | 0 | 65 | 17 | 26 | 475 | 61 | 72 |
| Binary | 11001000 | 1011110 | 10101010 | 0 | 110101 | 1111 | 10110 | 100111101 | 110001 | 111010 |
Color Harmonies of #C85EAA
Complementary color
Monochromatic Colors of #C85EAA
Black with #C85EAA
Text Example
Text Example
White with #C85EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85EAA; }
p { color: rgb(200,94,170); }
H1.HeaderClassName
{
color: #C85EAA;
}
.AnyTagClassName
{
color: #C85EAA;
}
</style>
background-color css
<style>
a { background-color: #C85EAA; }
a { background-color: rgb(200,94,170); }
div.DivClassName
{
background-color: #C85EAA;
}
.BgClassName
{
background-color: #C85EAA;
}
</style>
border-color css
<style>
span { border-color: #C85EAA; }
span { border-color: rgb(200,94,170); }
td.TdClassName
{
border-color: #C85EAA;
}
.TagClassName
{
border-color: #C85EAA;
}
</style>