Shades of Fuchsia #C047B6
Tints of Fuchsia #C047B6
RGB
CMYK
RGB Variations
Color information
#C047B6 (or 0xC047B6) is known color: Fuchsia. HEX triplet: C0, 47 and B6. RGB value is (192,71,182). Sum of RGB (Red+Green+Blue) = 192+71+182=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C047B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047B6 is #3FB849. Grayscale: #777777. Windows color (decimal): -4175946 or 11945920. OLE color: 11945920.
HSL color Cylindrical-coordinate representation of color #C047B6: hue angle of 304.96º 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 #C047B6 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 182 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.25 |
| HSL | 304.96º | 0.49% | 0.52% | - |
| HSV(B) | 304.96º | 0.63% | 0.75% | - |
| XYZ | 32.43 | 19.09 | 46.23 | - |
| YUV | 119.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 182 | 0 | 0.63 | 0.05 | 0.25 | 304.96 | 0.49 | 0.52 |
| Hex | C0 | 47 | B6 | 0 | 3F | 5 | 19 | 131 | 31 | 34 |
| Octal | 300 | 107 | 266 | 0 | 77 | 5 | 31 | 461 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10110110 | 0 | 111111 | 101 | 11001 | 100110001 | 110001 | 110100 |
Color Harmonies of #C047B6
Complementary color
Monochromatic Colors of #C047B6
Black with #C047B6
Text Example
Text Example
White with #C047B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047B6; }
p { color: rgb(192,71,182); }
H1.HeaderClassName
{
color: #C047B6;
}
.AnyTagClassName
{
color: #C047B6;
}
</style>
background-color css
<style>
a { background-color: #C047B6; }
a { background-color: rgb(192,71,182); }
div.DivClassName
{
background-color: #C047B6;
}
.BgClassName
{
background-color: #C047B6;
}
</style>
border-color css
<style>
span { border-color: #C047B6; }
span { border-color: rgb(192,71,182); }
td.TdClassName
{
border-color: #C047B6;
}
.TagClassName
{
border-color: #C047B6;
}
</style>