Shades of Fuchsia #C831AE
Tints of Fuchsia #C831AE
RGB
CMYK
RGB Variations
Color information
#C831AE (or 0xC831AE) is known color: Fuchsia. HEX triplet: C8, 31 and AE. RGB value is (200,49,174). Sum of RGB (Red+Green+Blue) = 200+49+174=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C831AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831AE is #37CE51. Grayscale: #6C6C6C. Windows color (decimal): -3657298 or 11416008. OLE color: 11416008.
HSL color Cylindrical-coordinate representation of color #C831AE: hue angle of 310.33º 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 #C831AE is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 174 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.22 |
| HSL | 310.33º | 0.61% | 0.49% | - |
| HSV(B) | 310.33º | 0.76% | 0.78% | - |
| XYZ | 32.56 | 17.53 | 41.71 | - |
| YUV | 108.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 174 | 0 | 0.76 | 0.13 | 0.22 | 310.33 | 0.61 | 0.49 |
| Hex | C8 | 31 | AE | 0 | 4C | D | 16 | 136 | 3D | 31 |
| Octal | 310 | 61 | 256 | 0 | 114 | 15 | 26 | 466 | 75 | 61 |
| Binary | 11001000 | 110001 | 10101110 | 0 | 1001100 | 1101 | 10110 | 100110110 | 111101 | 110001 |
Color Harmonies of #C831AE
Complementary color
Monochromatic Colors of #C831AE
Black with #C831AE
Text Example
Text Example
White with #C831AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831AE; }
p { color: rgb(200,49,174); }
H1.HeaderClassName
{
color: #C831AE;
}
.AnyTagClassName
{
color: #C831AE;
}
</style>
background-color css
<style>
a { background-color: #C831AE; }
a { background-color: rgb(200,49,174); }
div.DivClassName
{
background-color: #C831AE;
}
.BgClassName
{
background-color: #C831AE;
}
</style>
border-color css
<style>
span { border-color: #C831AE; }
span { border-color: rgb(200,49,174); }
td.TdClassName
{
border-color: #C831AE;
}
.TagClassName
{
border-color: #C831AE;
}
</style>