Shades of Fuchsia #C965AD
Tints of Fuchsia #C965AD
RGB
CMYK
RGB Variations
Color information
#C965AD (or 0xC965AD) is known color: Fuchsia. HEX triplet: C9, 65 and AD. RGB value is (201,101,173). Sum of RGB (Red+Green+Blue) = 201+101+173=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 201 - color contains mainly: red. Hex color #C965AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C965AD is #369A52. Grayscale: #8A8A8A. Windows color (decimal): -3578451 or 11363785. OLE color: 11363785.
HSL color Cylindrical-coordinate representation of color #C965AD: hue angle of 316.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C965AD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 173 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.21 |
| HSL | 316.8º | 0.48% | 0.59% | - |
| HSV(B) | 316.8º | 0.5% | 0.79% | - |
| XYZ | 36.28 | 24.74 | 42.4 | - |
| YUV | 139.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 173 | 0 | 0.50 | 0.14 | 0.21 | 316.8 | 0.48 | 0.59 |
| Hex | C9 | 65 | AD | 0 | 32 | E | 15 | 13D | 30 | 3B |
| Octal | 311 | 145 | 255 | 0 | 62 | 16 | 25 | 475 | 60 | 73 |
| Binary | 11001001 | 1100101 | 10101101 | 0 | 110010 | 1110 | 10101 | 100111101 | 110000 | 111011 |
Color Harmonies of #C965AD
Complementary color
Monochromatic Colors of #C965AD
Black with #C965AD
Text Example
Text Example
White with #C965AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965AD; }
p { color: rgb(201,101,173); }
H1.HeaderClassName
{
color: #C965AD;
}
.AnyTagClassName
{
color: #C965AD;
}
</style>
background-color css
<style>
a { background-color: #C965AD; }
a { background-color: rgb(201,101,173); }
div.DivClassName
{
background-color: #C965AD;
}
.BgClassName
{
background-color: #C965AD;
}
</style>
border-color css
<style>
span { border-color: #C965AD; }
span { border-color: rgb(201,101,173); }
td.TdClassName
{
border-color: #C965AD;
}
.TagClassName
{
border-color: #C965AD;
}
</style>