Shades of Fuchsia #C955AF
Tints of Fuchsia #C955AF
RGB
CMYK
RGB Variations
Color information
#C955AF (or 0xC955AF) is known color: Fuchsia. HEX triplet: C9, 55 and AF. RGB value is (201,85,175). Sum of RGB (Red+Green+Blue) = 201+85+175=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C955AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955AF is #36AA50. Grayscale: #818181. Windows color (decimal): -3582545 or 11490761. OLE color: 11490761.
HSL color Cylindrical-coordinate representation of color #C955AF: hue angle of 313.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955AF is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 175 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.21 |
| HSL | 313.45º | 0.52% | 0.56% | - |
| HSV(B) | 313.45º | 0.58% | 0.79% | - |
| XYZ | 35.07 | 22.01 | 42.96 | - |
| YUV | 129.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 175 | 0 | 0.58 | 0.13 | 0.21 | 313.45 | 0.52 | 0.56 |
| Hex | C9 | 55 | AF | 0 | 3A | D | 15 | 139 | 34 | 38 |
| Octal | 311 | 125 | 257 | 0 | 72 | 15 | 25 | 471 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10101111 | 0 | 111010 | 1101 | 10101 | 100111001 | 110100 | 111000 |
Color Harmonies of #C955AF
Complementary color
Monochromatic Colors of #C955AF
Black with #C955AF
Text Example
Text Example
White with #C955AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955AF; }
p { color: rgb(201,85,175); }
H1.HeaderClassName
{
color: #C955AF;
}
.AnyTagClassName
{
color: #C955AF;
}
</style>
background-color css
<style>
a { background-color: #C955AF; }
a { background-color: rgb(201,85,175); }
div.DivClassName
{
background-color: #C955AF;
}
.BgClassName
{
background-color: #C955AF;
}
</style>
border-color css
<style>
span { border-color: #C955AF; }
span { border-color: rgb(201,85,175); }
td.TdClassName
{
border-color: #C955AF;
}
.TagClassName
{
border-color: #C955AF;
}
</style>