Shades of Fuchsia #C956AF
Tints of Fuchsia #C956AF
RGB
CMYK
RGB Variations
Color information
#C956AF (or 0xC956AF) is known color: Fuchsia. HEX triplet: C9, 56 and AF. RGB value is (201,86,175). Sum of RGB (Red+Green+Blue) = 201+86+175=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 86 (33.98% from 255 or 18.61% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AF is #36A950. Grayscale: #828282. Windows color (decimal): -3582289 or 11491017. OLE color: 11491017.
HSL color Cylindrical-coordinate representation of color #C956AF: hue angle of 313.57º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C956AF is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 175 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.21 |
| HSL | 313.57º | 0.52% | 0.56% | - |
| HSV(B) | 313.57º | 0.57% | 0.79% | - |
| XYZ | 35.15 | 22.17 | 42.98 | - |
| YUV | 130.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 175 | 0 | 0.57 | 0.13 | 0.21 | 313.57 | 0.52 | 0.56 |
| Hex | C9 | 56 | AF | 0 | 39 | D | 15 | 13A | 34 | 38 |
| Octal | 311 | 126 | 257 | 0 | 71 | 15 | 25 | 472 | 64 | 70 |
| Binary | 11001001 | 1010110 | 10101111 | 0 | 111001 | 1101 | 10101 | 100111010 | 110100 | 111000 |
Color Harmonies of #C956AF
Complementary color
Monochromatic Colors of #C956AF
Black with #C956AF
Text Example
Text Example
White with #C956AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C956AF; }
p { color: rgb(201,86,175); }
H1.HeaderClassName
{
color: #C956AF;
}
.AnyTagClassName
{
color: #C956AF;
}
</style>
background-color css
<style>
a { background-color: #C956AF; }
a { background-color: rgb(201,86,175); }
div.DivClassName
{
background-color: #C956AF;
}
.BgClassName
{
background-color: #C956AF;
}
</style>
border-color css
<style>
span { border-color: #C956AF; }
span { border-color: rgb(201,86,175); }
td.TdClassName
{
border-color: #C956AF;
}
.TagClassName
{
border-color: #C956AF;
}
</style>