Shades of Fuchsia #C047B9
Tints of Fuchsia #C047B9
RGB
CMYK
RGB Variations
Color information
#C047B9 (or 0xC047B9) is known color: Fuchsia. HEX triplet: C0, 47 and B9. RGB value is (192,71,185). Sum of RGB (Red+Green+Blue) = 192+71+185=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C047B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047B9 is #3FB846. Grayscale: #777777. Windows color (decimal): -4175943 or 12142528. OLE color: 12142528.
HSL color Cylindrical-coordinate representation of color #C047B9: hue angle of 303.47º 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 #C047B9 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 185 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.25 |
| HSL | 303.47º | 0.49% | 0.52% | - |
| HSV(B) | 303.47º | 0.63% | 0.75% | - |
| XYZ | 32.75 | 19.22 | 47.88 | - |
| YUV | 120.18 | 164.59 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 185 | 0 | 0.63 | 0.04 | 0.25 | 303.47 | 0.49 | 0.52 |
| Hex | C0 | 47 | B9 | 0 | 3F | 4 | 19 | 12F | 31 | 34 |
| Octal | 300 | 107 | 271 | 0 | 77 | 4 | 31 | 457 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10111001 | 0 | 111111 | 100 | 11001 | 100101111 | 110001 | 110100 |
Color Harmonies of #C047B9
Complementary color
Monochromatic Colors of #C047B9
Black with #C047B9
Text Example
Text Example
White with #C047B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047B9; }
p { color: rgb(192,71,185); }
H1.HeaderClassName
{
color: #C047B9;
}
.AnyTagClassName
{
color: #C047B9;
}
</style>
background-color css
<style>
a { background-color: #C047B9; }
a { background-color: rgb(192,71,185); }
div.DivClassName
{
background-color: #C047B9;
}
.BgClassName
{
background-color: #C047B9;
}
</style>
border-color css
<style>
span { border-color: #C047B9; }
span { border-color: rgb(192,71,185); }
td.TdClassName
{
border-color: #C047B9;
}
.TagClassName
{
border-color: #C047B9;
}
</style>