Shades of Fuchsia #C831B6
Tints of Fuchsia #C831B6
RGB
CMYK
RGB Variations
Color information
#C831B6 (or 0xC831B6) is known color: Fuchsia. HEX triplet: C8, 31 and B6. RGB value is (200,49,182). Sum of RGB (Red+Green+Blue) = 200+49+182=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C831B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831B6 is #37CE49. Grayscale: #6C6C6C. Windows color (decimal): -3657290 or 11940296. OLE color: 11940296.
HSL color Cylindrical-coordinate representation of color #C831B6: hue angle of 307.15º 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 #C831B6 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 182 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.22 |
| HSL | 307.15º | 0.61% | 0.49% | - |
| HSV(B) | 307.15º | 0.76% | 0.78% | - |
| XYZ | 33.36 | 17.85 | 45.94 | - |
| YUV | 109.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 182 | 0 | 0.76 | 0.09 | 0.22 | 307.15 | 0.61 | 0.49 |
| Hex | C8 | 31 | B6 | 0 | 4C | 9 | 16 | 133 | 3D | 31 |
| Octal | 310 | 61 | 266 | 0 | 114 | 11 | 26 | 463 | 75 | 61 |
| Binary | 11001000 | 110001 | 10110110 | 0 | 1001100 | 1001 | 10110 | 100110011 | 111101 | 110001 |
Color Harmonies of #C831B6
Complementary color
Monochromatic Colors of #C831B6
Black with #C831B6
Text Example
Text Example
White with #C831B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C831B6; }
p { color: rgb(200,49,182); }
H1.HeaderClassName
{
color: #C831B6;
}
.AnyTagClassName
{
color: #C831B6;
}
</style>
background-color css
<style>
a { background-color: #C831B6; }
a { background-color: rgb(200,49,182); }
div.DivClassName
{
background-color: #C831B6;
}
.BgClassName
{
background-color: #C831B6;
}
</style>
border-color css
<style>
span { border-color: #C831B6; }
span { border-color: rgb(200,49,182); }
td.TdClassName
{
border-color: #C831B6;
}
.TagClassName
{
border-color: #C831B6;
}
</style>