Shades of Fuchsia #C831BF
Tints of Fuchsia #C831BF
RGB
CMYK
RGB Variations
Color information
#C831BF (or 0xC831BF) is known color: Fuchsia. HEX triplet: C8, 31 and BF. RGB value is (200,49,191). Sum of RGB (Red+Green+Blue) = 200+49+191=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C831BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831BF is #37CE40. Grayscale: #6D6D6D. Windows color (decimal): -3657281 or 12530120. OLE color: 12530120.
HSL color Cylindrical-coordinate representation of color #C831BF: hue angle of 303.58º 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 #C831BF is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 191 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.22 |
| HSL | 303.58º | 0.61% | 0.49% | - |
| HSV(B) | 303.58º | 0.76% | 0.78% | - |
| XYZ | 34.32 | 18.24 | 51 | - |
| YUV | 110.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 191 | 0 | 0.76 | 0.04 | 0.22 | 303.58 | 0.61 | 0.49 |
| Hex | C8 | 31 | BF | 0 | 4C | 4 | 16 | 130 | 3D | 31 |
| Octal | 310 | 61 | 277 | 0 | 114 | 4 | 26 | 460 | 75 | 61 |
| Binary | 11001000 | 110001 | 10111111 | 0 | 1001100 | 100 | 10110 | 100110000 | 111101 | 110001 |
Color Harmonies of #C831BF
Complementary color
Monochromatic Colors of #C831BF
Black with #C831BF
Text Example
Text Example
White with #C831BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831BF; }
p { color: rgb(200,49,191); }
H1.HeaderClassName
{
color: #C831BF;
}
.AnyTagClassName
{
color: #C831BF;
}
</style>
background-color css
<style>
a { background-color: #C831BF; }
a { background-color: rgb(200,49,191); }
div.DivClassName
{
background-color: #C831BF;
}
.BgClassName
{
background-color: #C831BF;
}
</style>
border-color css
<style>
span { border-color: #C831BF; }
span { border-color: rgb(200,49,191); }
td.TdClassName
{
border-color: #C831BF;
}
.TagClassName
{
border-color: #C831BF;
}
</style>