Shades of Fuchsia #C847B5
Tints of Fuchsia #C847B5
RGB
CMYK
RGB Variations
Color information
#C847B5 (or 0xC847B5) is known color: Fuchsia. HEX triplet: C8, 47 and B5. RGB value is (200,71,181). Sum of RGB (Red+Green+Blue) = 200+71+181=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C847B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C847B5 is #37B84A. Grayscale: #797979. Windows color (decimal): -3651659 or 11880392. OLE color: 11880392.
HSL color Cylindrical-coordinate representation of color #C847B5: hue angle of 308.84º 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 #C847B5 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 71 | 181 | - |
CMYK | 0 | 0.64 | 0.09 | 0.22 |
HSL | 308.84º | 0.54% | 0.53% | - |
HSV(B) | 308.84º | 0.65% | 0.78% | - |
XYZ | 34.41 | 20.12 | 45.79 | - |
YUV | 122.11 | 161.24 | 183.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 71 | 181 | 0 | 0.64 | 0.09 | 0.22 | 308.84 | 0.54 | 0.53 |
Hex | C8 | 47 | B5 | 0 | 40 | 9 | 16 | 135 | 36 | 35 |
Octal | 310 | 107 | 265 | 0 | 100 | 11 | 26 | 465 | 66 | 65 |
Binary | 11001000 | 1000111 | 10110101 | 0 | 1000000 | 1001 | 10110 | 100110101 | 110110 | 110101 |
Color Harmonies of #C847B5
Complementary color
Monochromatic Colors of #C847B5
Black with #C847B5
Text Example
Text Example
White with #C847B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847B5; }
p { color: rgb(200,71,181); }
H1.HeaderClassName
{
color: #C847B5;
}
.AnyTagClassName
{
color: #C847B5;
}
</style>
background-color css
<style>
a { background-color: #C847B5; }
a { background-color: rgb(200,71,181); }
div.DivClassName
{
background-color: #C847B5;
}
.BgClassName
{
background-color: #C847B5;
}
</style>
border-color css
<style>
span { border-color: #C847B5; }
span { border-color: rgb(200,71,181); }
td.TdClassName
{
border-color: #C847B5;
}
.TagClassName
{
border-color: #C847B5;
}
</style>