Shades of Fuchsia #C960AC
Tints of Fuchsia #C960AC
RGB
CMYK
RGB Variations
Color information
#C960AC (or 0xC960AC) is known color: Fuchsia. HEX triplet: C9, 60 and AC. RGB value is (201,96,172). Sum of RGB (Red+Green+Blue) = 201+96+172=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C960AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C960AC is #369F53. Grayscale: #878787. Windows color (decimal): -3579732 or 11296969. OLE color: 11296969.
HSL color Cylindrical-coordinate representation of color #C960AC: hue angle of 316.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C960AC is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 172 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.21 |
| HSL | 316.57º | 0.49% | 0.58% | - |
| HSV(B) | 316.57º | 0.52% | 0.79% | - |
| XYZ | 35.72 | 23.76 | 41.73 | - |
| YUV | 136.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 172 | 0 | 0.52 | 0.14 | 0.21 | 316.57 | 0.49 | 0.58 |
| Hex | C9 | 60 | AC | 0 | 34 | E | 15 | 13D | 31 | 3A |
| Octal | 311 | 140 | 254 | 0 | 64 | 16 | 25 | 475 | 61 | 72 |
| Binary | 11001001 | 1100000 | 10101100 | 0 | 110100 | 1110 | 10101 | 100111101 | 110001 | 111010 |
Color Harmonies of #C960AC
Complementary color
Monochromatic Colors of #C960AC
Black with #C960AC
Text Example
Text Example
White with #C960AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960AC; }
p { color: rgb(201,96,172); }
H1.HeaderClassName
{
color: #C960AC;
}
.AnyTagClassName
{
color: #C960AC;
}
</style>
background-color css
<style>
a { background-color: #C960AC; }
a { background-color: rgb(201,96,172); }
div.DivClassName
{
background-color: #C960AC;
}
.BgClassName
{
background-color: #C960AC;
}
</style>
border-color css
<style>
span { border-color: #C960AC; }
span { border-color: rgb(201,96,172); }
td.TdClassName
{
border-color: #C960AC;
}
.TagClassName
{
border-color: #C960AC;
}
</style>