Shades of Fuchsia #C847B1
Tints of Fuchsia #C847B1
RGB
CMYK
RGB Variations
Color information
#C847B1 (or 0xC847B1) is known color: Fuchsia. HEX triplet: C8, 47 and B1. RGB value is (200,71,177). Sum of RGB (Red+Green+Blue) = 200+71+177=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C847B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C847B1 is #37B84E. Grayscale: #797979. Windows color (decimal): -3651663 or 11618248. OLE color: 11618248.
HSL color Cylindrical-coordinate representation of color #C847B1: hue angle of 310.7º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C847B1 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 177 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.22 |
| HSL | 310.7º | 0.54% | 0.53% | - |
| HSV(B) | 310.7º | 0.65% | 0.78% | - |
| XYZ | 34.01 | 19.96 | 43.66 | - |
| YUV | 121.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 177 | 0 | 0.64 | 0.12 | 0.22 | 310.7 | 0.54 | 0.53 |
| Hex | C8 | 47 | B1 | 0 | 40 | C | 16 | 137 | 36 | 35 |
| Octal | 310 | 107 | 261 | 0 | 100 | 14 | 26 | 467 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10110001 | 0 | 1000000 | 1100 | 10110 | 100110111 | 110110 | 110101 |
Color Harmonies of #C847B1
Complementary color
Monochromatic Colors of #C847B1
Black with #C847B1
Text Example
Text Example
White with #C847B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847B1; }
p { color: rgb(200,71,177); }
H1.HeaderClassName
{
color: #C847B1;
}
.AnyTagClassName
{
color: #C847B1;
}
</style>
background-color css
<style>
a { background-color: #C847B1; }
a { background-color: rgb(200,71,177); }
div.DivClassName
{
background-color: #C847B1;
}
.BgClassName
{
background-color: #C847B1;
}
</style>
border-color css
<style>
span { border-color: #C847B1; }
span { border-color: rgb(200,71,177); }
td.TdClassName
{
border-color: #C847B1;
}
.TagClassName
{
border-color: #C847B1;
}
</style>