Shades of Fuchsia #C85AAA
Tints of Fuchsia #C85AAA
RGB
CMYK
RGB Variations
Color information
#C85AAA (or 0xC85AAA) is known color: Fuchsia. HEX triplet: C8, 5A and AA. RGB value is (200,90,170). Sum of RGB (Red+Green+Blue) = 200+90+170=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C85AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85AAA is #37A555. Grayscale: #838383. Windows color (decimal): -3646806 or 11164360. OLE color: 11164360.
HSL color Cylindrical-coordinate representation of color #C85AAA: hue angle of 316.36º 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 #C85AAA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 90 | 170 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.22 |
| HSL | 316.36º | 0.5% | 0.57% | - |
| HSV(B) | 316.36º | 0.55% | 0.78% | - |
| XYZ | 34.73 | 22.49 | 40.54 | - |
| YUV | 132.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 170 | 0 | 0.55 | 0.15 | 0.22 | 316.36 | 0.5 | 0.57 |
| Hex | C8 | 5A | AA | 0 | 37 | F | 16 | 13C | 32 | 39 |
| Octal | 310 | 132 | 252 | 0 | 67 | 17 | 26 | 474 | 62 | 71 |
| Binary | 11001000 | 1011010 | 10101010 | 0 | 110111 | 1111 | 10110 | 100111100 | 110010 | 111001 |
Color Harmonies of #C85AAA
Complementary color
Monochromatic Colors of #C85AAA
Black with #C85AAA
Text Example
Text Example
White with #C85AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AAA; }
p { color: rgb(200,90,170); }
H1.HeaderClassName
{
color: #C85AAA;
}
.AnyTagClassName
{
color: #C85AAA;
}
</style>
background-color css
<style>
a { background-color: #C85AAA; }
a { background-color: rgb(200,90,170); }
div.DivClassName
{
background-color: #C85AAA;
}
.BgClassName
{
background-color: #C85AAA;
}
</style>
border-color css
<style>
span { border-color: #C85AAA; }
span { border-color: rgb(200,90,170); }
td.TdClassName
{
border-color: #C85AAA;
}
.TagClassName
{
border-color: #C85AAA;
}
</style>