Shades of Fuchsia #C831AF
Tints of Fuchsia #C831AF
RGB
CMYK
RGB Variations
Color information
#C831AF (or 0xC831AF) is known color: Fuchsia. HEX triplet: C8, 31 and AF. RGB value is (200,49,175). Sum of RGB (Red+Green+Blue) = 200+49+175=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C831AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831AF is #37CE50. Grayscale: #6C6C6C. Windows color (decimal): -3657297 or 11481544. OLE color: 11481544.
HSL color Cylindrical-coordinate representation of color #C831AF: hue angle of 309.93º degrees, saturation: 0.61, 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 #C831AF is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 175 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.22 |
| HSL | 309.93º | 0.61% | 0.49% | - |
| HSV(B) | 309.93º | 0.76% | 0.78% | - |
| XYZ | 32.66 | 17.57 | 42.23 | - |
| YUV | 108.51 | 165.53 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 175 | 0 | 0.76 | 0.12 | 0.22 | 309.93 | 0.61 | 0.49 |
| Hex | C8 | 31 | AF | 0 | 4C | C | 16 | 136 | 3D | 31 |
| Octal | 310 | 61 | 257 | 0 | 114 | 14 | 26 | 466 | 75 | 61 |
| Binary | 11001000 | 110001 | 10101111 | 0 | 1001100 | 1100 | 10110 | 100110110 | 111101 | 110001 |
Color Harmonies of #C831AF
Complementary color
Monochromatic Colors of #C831AF
Black with #C831AF
Text Example
Text Example
White with #C831AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831AF; }
p { color: rgb(200,49,175); }
H1.HeaderClassName
{
color: #C831AF;
}
.AnyTagClassName
{
color: #C831AF;
}
</style>
background-color css
<style>
a { background-color: #C831AF; }
a { background-color: rgb(200,49,175); }
div.DivClassName
{
background-color: #C831AF;
}
.BgClassName
{
background-color: #C831AF;
}
</style>
border-color css
<style>
span { border-color: #C831AF; }
span { border-color: rgb(200,49,175); }
td.TdClassName
{
border-color: #C831AF;
}
.TagClassName
{
border-color: #C831AF;
}
</style>