Shades of Fuchsia #C863AD
Tints of Fuchsia #C863AD
RGB
CMYK
RGB Variations
Color information
#C863AD (or 0xC863AD) is known color: Fuchsia. HEX triplet: C8, 63 and AD. RGB value is (200,99,173). Sum of RGB (Red+Green+Blue) = 200+99+173=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C863AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C863AD is #379C52. Grayscale: #898989. Windows color (decimal): -3644499 or 11363272. OLE color: 11363272.
HSL color Cylindrical-coordinate representation of color #C863AD: hue angle of 316.04º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C863AD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 173 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.22 |
| HSL | 316.04º | 0.48% | 0.59% | - |
| HSV(B) | 316.04º | 0.51% | 0.78% | - |
| XYZ | 35.82 | 24.22 | 42.32 | - |
| YUV | 137.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 173 | 0 | 0.50 | 0.14 | 0.22 | 316.04 | 0.48 | 0.59 |
| Hex | C8 | 63 | AD | 0 | 32 | E | 16 | 13C | 30 | 3B |
| Octal | 310 | 143 | 255 | 0 | 62 | 16 | 26 | 474 | 60 | 73 |
| Binary | 11001000 | 1100011 | 10101101 | 0 | 110010 | 1110 | 10110 | 100111100 | 110000 | 111011 |
Color Harmonies of #C863AD
Complementary color
Monochromatic Colors of #C863AD
Black with #C863AD
Text Example
Text Example
White with #C863AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C863AD; }
p { color: rgb(200,99,173); }
H1.HeaderClassName
{
color: #C863AD;
}
.AnyTagClassName
{
color: #C863AD;
}
</style>
background-color css
<style>
a { background-color: #C863AD; }
a { background-color: rgb(200,99,173); }
div.DivClassName
{
background-color: #C863AD;
}
.BgClassName
{
background-color: #C863AD;
}
</style>
border-color css
<style>
span { border-color: #C863AD; }
span { border-color: rgb(200,99,173); }
td.TdClassName
{
border-color: #C863AD;
}
.TagClassName
{
border-color: #C863AD;
}
</style>