Shades of Fuchsia #C847BD
Tints of Fuchsia #C847BD
RGB
CMYK
RGB Variations
Color information
#C847BD (or 0xC847BD) is known color: Fuchsia. HEX triplet: C8, 47 and BD. RGB value is (200,71,189). Sum of RGB (Red+Green+Blue) = 200+71+189=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C847BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847BD is #37B842. Grayscale: #7A7A7A. Windows color (decimal): -3651651 or 12404680. OLE color: 12404680.
HSL color Cylindrical-coordinate representation of color #C847BD: hue angle of 305.12º 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 #C847BD is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 189 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.22 |
| HSL | 305.12º | 0.54% | 0.53% | - |
| HSV(B) | 305.12º | 0.65% | 0.78% | - |
| XYZ | 35.26 | 20.46 | 50.23 | - |
| YUV | 123.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 189 | 0 | 0.64 | 0.06 | 0.22 | 305.12 | 0.54 | 0.53 |
| Hex | C8 | 47 | BD | 0 | 40 | 6 | 16 | 131 | 36 | 35 |
| Octal | 310 | 107 | 275 | 0 | 100 | 6 | 26 | 461 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10111101 | 0 | 1000000 | 110 | 10110 | 100110001 | 110110 | 110101 |
Color Harmonies of #C847BD
Complementary color
Monochromatic Colors of #C847BD
Black with #C847BD
Text Example
Text Example
White with #C847BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847BD; }
p { color: rgb(200,71,189); }
H1.HeaderClassName
{
color: #C847BD;
}
.AnyTagClassName
{
color: #C847BD;
}
</style>
background-color css
<style>
a { background-color: #C847BD; }
a { background-color: rgb(200,71,189); }
div.DivClassName
{
background-color: #C847BD;
}
.BgClassName
{
background-color: #C847BD;
}
</style>
border-color css
<style>
span { border-color: #C847BD; }
span { border-color: rgb(200,71,189); }
td.TdClassName
{
border-color: #C847BD;
}
.TagClassName
{
border-color: #C847BD;
}
</style>