Shades of Fuchsia #C855AD
Tints of Fuchsia #C855AD
RGB
CMYK
RGB Variations
Color information
#C855AD (or 0xC855AD) is known color: Fuchsia. HEX triplet: C8, 55 and AD. RGB value is (200,85,173). Sum of RGB (Red+Green+Blue) = 200+85+173=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 173 (67.97% from 255 or 37.77% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AD is #37AA52. Grayscale: #818181. Windows color (decimal): -3648083 or 11359688. OLE color: 11359688.
HSL color Cylindrical-coordinate representation of color #C855AD: hue angle of 314.09º 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 #C855AD is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 173 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.22 |
| HSL | 314.09º | 0.51% | 0.56% | - |
| HSV(B) | 314.09º | 0.58% | 0.78% | - |
| XYZ | 34.61 | 21.79 | 41.92 | - |
| YUV | 129.42 | 152.6 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 173 | 0 | 0.58 | 0.14 | 0.22 | 314.09 | 0.51 | 0.56 |
| Hex | C8 | 55 | AD | 0 | 3A | E | 16 | 13A | 33 | 38 |
| Octal | 310 | 125 | 255 | 0 | 72 | 16 | 26 | 472 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10101101 | 0 | 111010 | 1110 | 10110 | 100111010 | 110011 | 111000 |
Color Harmonies of #C855AD
Complementary color
Monochromatic Colors of #C855AD
Black with #C855AD
Text Example
Text Example
White with #C855AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855AD; }
p { color: rgb(200,85,173); }
H1.HeaderClassName
{
color: #C855AD;
}
.AnyTagClassName
{
color: #C855AD;
}
</style>
background-color css
<style>
a { background-color: #C855AD; }
a { background-color: rgb(200,85,173); }
div.DivClassName
{
background-color: #C855AD;
}
.BgClassName
{
background-color: #C855AD;
}
</style>
border-color css
<style>
span { border-color: #C855AD; }
span { border-color: rgb(200,85,173); }
td.TdClassName
{
border-color: #C855AD;
}
.TagClassName
{
border-color: #C855AD;
}
</style>