Shades of Fuchsia #C831AD
Tints of Fuchsia #C831AD
RGB
CMYK
RGB Variations
Color information
#C831AD (or 0xC831AD) is known color: Fuchsia. HEX triplet: C8, 31 and AD. RGB value is (200,49,173). Sum of RGB (Red+Green+Blue) = 200+49+173=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C831AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831AD is #37CE52. Grayscale: #6B6B6B. Windows color (decimal): -3657299 or 11350472. OLE color: 11350472.
HSL color Cylindrical-coordinate representation of color #C831AD: hue angle of 310.73º 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 #C831AD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 173 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.22 |
| HSL | 310.73º | 0.61% | 0.49% | - |
| HSV(B) | 310.73º | 0.76% | 0.78% | - |
| XYZ | 32.46 | 17.49 | 41.2 | - |
| YUV | 108.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 173 | 0 | 0.76 | 0.14 | 0.22 | 310.73 | 0.61 | 0.49 |
| Hex | C8 | 31 | AD | 0 | 4C | E | 16 | 137 | 3D | 31 |
| Octal | 310 | 61 | 255 | 0 | 114 | 16 | 26 | 467 | 75 | 61 |
| Binary | 11001000 | 110001 | 10101101 | 0 | 1001100 | 1110 | 10110 | 100110111 | 111101 | 110001 |
Color Harmonies of #C831AD
Complementary color
Monochromatic Colors of #C831AD
Black with #C831AD
Text Example
Text Example
White with #C831AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831AD; }
p { color: rgb(200,49,173); }
H1.HeaderClassName
{
color: #C831AD;
}
.AnyTagClassName
{
color: #C831AD;
}
</style>
background-color css
<style>
a { background-color: #C831AD; }
a { background-color: rgb(200,49,173); }
div.DivClassName
{
background-color: #C831AD;
}
.BgClassName
{
background-color: #C831AD;
}
</style>
border-color css
<style>
span { border-color: #C831AD; }
span { border-color: rgb(200,49,173); }
td.TdClassName
{
border-color: #C831AD;
}
.TagClassName
{
border-color: #C831AD;
}
</style>