Shades of Fuchsia #C731AF
Tints of Fuchsia #C731AF
RGB
CMYK
RGB Variations
Color information
#C731AF (or 0xC731AF) is known color: Fuchsia. HEX triplet: C7, 31 and AF. RGB value is (199,49,175). Sum of RGB (Red+Green+Blue) = 199+49+175=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C731AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731AF is #38CE50. Grayscale: #6B6B6B. Windows color (decimal): -3722833 or 11481543. OLE color: 11481543.
HSL color Cylindrical-coordinate representation of color #C731AF: hue angle of 309.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731AF is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 175 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.22 |
| HSL | 309.6º | 0.6% | 0.49% | - |
| HSV(B) | 309.6º | 0.75% | 0.78% | - |
| XYZ | 32.39 | 17.43 | 42.22 | - |
| YUV | 108.21 | 165.7 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 175 | 0 | 0.75 | 0.12 | 0.22 | 309.6 | 0.6 | 0.49 |
| Hex | C7 | 31 | AF | 0 | 4B | C | 16 | 136 | 3C | 31 |
| Octal | 307 | 61 | 257 | 0 | 113 | 14 | 26 | 466 | 74 | 61 |
| Binary | 11000111 | 110001 | 10101111 | 0 | 1001011 | 1100 | 10110 | 100110110 | 111100 | 110001 |
Color Harmonies of #C731AF
Complementary color
Monochromatic Colors of #C731AF
Black with #C731AF
Text Example
Text Example
White with #C731AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731AF; }
p { color: rgb(199,49,175); }
H1.HeaderClassName
{
color: #C731AF;
}
.AnyTagClassName
{
color: #C731AF;
}
</style>
background-color css
<style>
a { background-color: #C731AF; }
a { background-color: rgb(199,49,175); }
div.DivClassName
{
background-color: #C731AF;
}
.BgClassName
{
background-color: #C731AF;
}
</style>
border-color css
<style>
span { border-color: #C731AF; }
span { border-color: rgb(199,49,175); }
td.TdClassName
{
border-color: #C731AF;
}
.TagClassName
{
border-color: #C731AF;
}
</style>