Shades of Fuchsia #C855AA
Tints of Fuchsia #C855AA
RGB
CMYK
RGB Variations
Color information
#C855AA (or 0xC855AA) is known color: Fuchsia. HEX triplet: C8, 55 and AA. RGB value is (200,85,170). Sum of RGB (Red+Green+Blue) = 200+85+170=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AA is #37AA55. Grayscale: #808080. Windows color (decimal): -3648086 or 11163080. OLE color: 11163080.
HSL color Cylindrical-coordinate representation of color #C855AA: hue angle of 315.65º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855AA is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 170 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.22 |
| HSL | 315.65º | 0.51% | 0.56% | - |
| HSV(B) | 315.65º | 0.58% | 0.78% | - |
| XYZ | 34.32 | 21.68 | 40.41 | - |
| YUV | 129.08 | 151.1 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 170 | 0 | 0.58 | 0.15 | 0.22 | 315.65 | 0.51 | 0.56 |
| Hex | C8 | 55 | AA | 0 | 3A | F | 16 | 13C | 33 | 38 |
| Octal | 310 | 125 | 252 | 0 | 72 | 17 | 26 | 474 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10101010 | 0 | 111010 | 1111 | 10110 | 100111100 | 110011 | 111000 |
Color Harmonies of #C855AA
Complementary color
Monochromatic Colors of #C855AA
Black with #C855AA
Text Example
Text Example
White with #C855AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855AA; }
p { color: rgb(200,85,170); }
H1.HeaderClassName
{
color: #C855AA;
}
.AnyTagClassName
{
color: #C855AA;
}
</style>
background-color css
<style>
a { background-color: #C855AA; }
a { background-color: rgb(200,85,170); }
div.DivClassName
{
background-color: #C855AA;
}
.BgClassName
{
background-color: #C855AA;
}
</style>
border-color css
<style>
span { border-color: #C855AA; }
span { border-color: rgb(200,85,170); }
td.TdClassName
{
border-color: #C855AA;
}
.TagClassName
{
border-color: #C855AA;
}
</style>