Shades of Fuchsia #C963AC
Tints of Fuchsia #C963AC
RGB
CMYK
RGB Variations
Color information
#C963AC (or 0xC963AC) is known color: Fuchsia. HEX triplet: C9, 63 and AC. RGB value is (201,99,172). Sum of RGB (Red+Green+Blue) = 201+99+172=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 201 - color contains mainly: red. Hex color #C963AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C963AC is #369C53. Grayscale: #898989. Windows color (decimal): -3578964 or 11297737. OLE color: 11297737.
HSL color Cylindrical-coordinate representation of color #C963AC: hue angle of 317.06º 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 #C963AC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 172 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.21 |
| HSL | 317.06º | 0.49% | 0.59% | - |
| HSV(B) | 317.06º | 0.51% | 0.79% | - |
| XYZ | 36 | 24.32 | 41.83 | - |
| YUV | 137.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 172 | 0 | 0.51 | 0.14 | 0.21 | 317.06 | 0.49 | 0.59 |
| Hex | C9 | 63 | AC | 0 | 33 | E | 15 | 13D | 31 | 3B |
| Octal | 311 | 143 | 254 | 0 | 63 | 16 | 25 | 475 | 61 | 73 |
| Binary | 11001001 | 1100011 | 10101100 | 0 | 110011 | 1110 | 10101 | 100111101 | 110001 | 111011 |
Color Harmonies of #C963AC
Complementary color
Monochromatic Colors of #C963AC
Black with #C963AC
Text Example
Text Example
White with #C963AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963AC; }
p { color: rgb(201,99,172); }
H1.HeaderClassName
{
color: #C963AC;
}
.AnyTagClassName
{
color: #C963AC;
}
</style>
background-color css
<style>
a { background-color: #C963AC; }
a { background-color: rgb(201,99,172); }
div.DivClassName
{
background-color: #C963AC;
}
.BgClassName
{
background-color: #C963AC;
}
</style>
border-color css
<style>
span { border-color: #C963AC; }
span { border-color: rgb(201,99,172); }
td.TdClassName
{
border-color: #C963AC;
}
.TagClassName
{
border-color: #C963AC;
}
</style>