Shades of Fuchsia #C963AD
Tints of Fuchsia #C963AD
RGB
CMYK
RGB Variations
Color information
#C963AD (or 0xC963AD) is known color: Fuchsia. HEX triplet: C9, 63 and AD. RGB value is (201,99,173). Sum of RGB (Red+Green+Blue) = 201+99+173=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AD is #369C52. Grayscale: #898989. Windows color (decimal): -3578963 or 11363273. OLE color: 11363273.
HSL color Cylindrical-coordinate representation of color #C963AD: hue angle of 316.47º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963AD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 173 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.21 |
| HSL | 316.47º | 0.49% | 0.59% | - |
| HSV(B) | 316.47º | 0.51% | 0.79% | - |
| XYZ | 36.09 | 24.36 | 42.33 | - |
| YUV | 137.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 173 | 0 | 0.51 | 0.14 | 0.21 | 316.47 | 0.49 | 0.59 |
| Hex | C9 | 63 | AD | 0 | 33 | E | 15 | 13C | 31 | 3B |
| Octal | 311 | 143 | 255 | 0 | 63 | 16 | 25 | 474 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10101101 | 0 | 110011 | 1110 | 10101 | 100111100 | 110001 | 111011 |
Color Harmonies of #C963AD
Complementary color
Monochromatic Colors of #C963AD
Black with #C963AD
Text Example
Text Example
White with #C963AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963AD; }
p { color: rgb(201,99,173); }
H1.HeaderClassName
{
color: #C963AD;
}
.AnyTagClassName
{
color: #C963AD;
}
</style>
background-color css
<style>
a { background-color: #C963AD; }
a { background-color: rgb(201,99,173); }
div.DivClassName
{
background-color: #C963AD;
}
.BgClassName
{
background-color: #C963AD;
}
</style>
border-color css
<style>
span { border-color: #C963AD; }
span { border-color: rgb(201,99,173); }
td.TdClassName
{
border-color: #C963AD;
}
.TagClassName
{
border-color: #C963AD;
}
</style>