Shades of Fuchsia #C047B1
Tints of Fuchsia #C047B1
RGB
CMYK
RGB Variations
Color information
#C047B1 (or 0xC047B1) is known color: Fuchsia. HEX triplet: C0, 47 and B1. RGB value is (192,71,177). Sum of RGB (Red+Green+Blue) = 192+71+177=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C047B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047B1 is #3FB84E. Grayscale: #767676. Windows color (decimal): -4175951 or 11618240. OLE color: 11618240.
HSL color Cylindrical-coordinate representation of color #C047B1: hue angle of 307.44º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C047B1 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 177 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.25 |
| HSL | 307.44º | 0.49% | 0.52% | - |
| HSV(B) | 307.44º | 0.63% | 0.75% | - |
| XYZ | 31.93 | 18.89 | 43.56 | - |
| YUV | 119.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 177 | 0 | 0.63 | 0.08 | 0.25 | 307.44 | 0.49 | 0.52 |
| Hex | C0 | 47 | B1 | 0 | 3F | 8 | 19 | 133 | 31 | 34 |
| Octal | 300 | 107 | 261 | 0 | 77 | 10 | 31 | 463 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10110001 | 0 | 111111 | 1000 | 11001 | 100110011 | 110001 | 110100 |
Color Harmonies of #C047B1
Complementary color
Monochromatic Colors of #C047B1
Black with #C047B1
Text Example
Text Example
White with #C047B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047B1; }
p { color: rgb(192,71,177); }
H1.HeaderClassName
{
color: #C047B1;
}
.AnyTagClassName
{
color: #C047B1;
}
</style>
background-color css
<style>
a { background-color: #C047B1; }
a { background-color: rgb(192,71,177); }
div.DivClassName
{
background-color: #C047B1;
}
.BgClassName
{
background-color: #C047B1;
}
</style>
border-color css
<style>
span { border-color: #C047B1; }
span { border-color: rgb(192,71,177); }
td.TdClassName
{
border-color: #C047B1;
}
.TagClassName
{
border-color: #C047B1;
}
</style>