Shades of Fuchsia #C847B9
Tints of Fuchsia #C847B9
RGB
CMYK
RGB Variations
Color information
#C847B9 (or 0xC847B9) is known color: Fuchsia. HEX triplet: C8, 47 and B9. RGB value is (200,71,185). Sum of RGB (Red+Green+Blue) = 200+71+185=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C847B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847B9 is #37B846. Grayscale: #7A7A7A. Windows color (decimal): -3651655 or 12142536. OLE color: 12142536.
HSL color Cylindrical-coordinate representation of color #C847B9: hue angle of 306.98º 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 #C847B9 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 185 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.22 |
| HSL | 306.98º | 0.54% | 0.53% | - |
| HSV(B) | 306.98º | 0.65% | 0.78% | - |
| XYZ | 34.83 | 20.29 | 47.98 | - |
| YUV | 122.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 185 | 0 | 0.64 | 0.08 | 0.22 | 306.98 | 0.54 | 0.53 |
| Hex | C8 | 47 | B9 | 0 | 40 | 8 | 16 | 133 | 36 | 35 |
| Octal | 310 | 107 | 271 | 0 | 100 | 10 | 26 | 463 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10111001 | 0 | 1000000 | 1000 | 10110 | 100110011 | 110110 | 110101 |
Color Harmonies of #C847B9
Complementary color
Monochromatic Colors of #C847B9
Black with #C847B9
Text Example
Text Example
White with #C847B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847B9; }
p { color: rgb(200,71,185); }
H1.HeaderClassName
{
color: #C847B9;
}
.AnyTagClassName
{
color: #C847B9;
}
</style>
background-color css
<style>
a { background-color: #C847B9; }
a { background-color: rgb(200,71,185); }
div.DivClassName
{
background-color: #C847B9;
}
.BgClassName
{
background-color: #C847B9;
}
</style>
border-color css
<style>
span { border-color: #C847B9; }
span { border-color: rgb(200,71,185); }
td.TdClassName
{
border-color: #C847B9;
}
.TagClassName
{
border-color: #C847B9;
}
</style>