Shades of Fuchsia #C931AF
Tints of Fuchsia #C931AF
RGB
CMYK
RGB Variations
Color information
#C931AF (or 0xC931AF) is known color: Fuchsia. HEX triplet: C9, 31 and AF. RGB value is (201,49,175). Sum of RGB (Red+Green+Blue) = 201+49+175=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C931AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C931AF is #36CE50. Grayscale: #6C6C6C. Windows color (decimal): -3591761 or 11481545. OLE color: 11481545.
HSL color Cylindrical-coordinate representation of color #C931AF: hue angle of 310.26º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931AF is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 175 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.21 |
| HSL | 310.26º | 0.61% | 0.49% | - |
| HSV(B) | 310.26º | 0.76% | 0.79% | - |
| XYZ | 32.92 | 17.71 | 42.24 | - |
| YUV | 108.81 | 165.36 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 175 | 0 | 0.76 | 0.13 | 0.21 | 310.26 | 0.61 | 0.49 |
| Hex | C9 | 31 | AF | 0 | 4C | D | 15 | 136 | 3D | 31 |
| Octal | 311 | 61 | 257 | 0 | 114 | 15 | 25 | 466 | 75 | 61 |
| Binary | 11001001 | 110001 | 10101111 | 0 | 1001100 | 1101 | 10101 | 100110110 | 111101 | 110001 |
Color Harmonies of #C931AF
Complementary color
Monochromatic Colors of #C931AF
Black with #C931AF
Text Example
Text Example
White with #C931AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931AF; }
p { color: rgb(201,49,175); }
H1.HeaderClassName
{
color: #C931AF;
}
.AnyTagClassName
{
color: #C931AF;
}
</style>
background-color css
<style>
a { background-color: #C931AF; }
a { background-color: rgb(201,49,175); }
div.DivClassName
{
background-color: #C931AF;
}
.BgClassName
{
background-color: #C931AF;
}
</style>
border-color css
<style>
span { border-color: #C931AF; }
span { border-color: rgb(201,49,175); }
td.TdClassName
{
border-color: #C931AF;
}
.TagClassName
{
border-color: #C931AF;
}
</style>