Shades of Fuchsia #C047B5
Tints of Fuchsia #C047B5
RGB
CMYK
RGB Variations
Color information
#C047B5 (or 0xC047B5) is known color: Fuchsia. HEX triplet: C0, 47 and B5. RGB value is (192,71,181). Sum of RGB (Red+Green+Blue) = 192+71+181=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C047B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047B5 is #3FB84A. Grayscale: #777777. Windows color (decimal): -4175947 or 11880384. OLE color: 11880384.
HSL color Cylindrical-coordinate representation of color #C047B5: hue angle of 305.45º 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 #C047B5 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 181 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.25 |
| HSL | 305.45º | 0.49% | 0.52% | - |
| HSV(B) | 305.45º | 0.63% | 0.75% | - |
| XYZ | 32.33 | 19.05 | 45.69 | - |
| YUV | 119.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 181 | 0 | 0.63 | 0.06 | 0.25 | 305.45 | 0.49 | 0.52 |
| Hex | C0 | 47 | B5 | 0 | 3F | 6 | 19 | 131 | 31 | 34 |
| Octal | 300 | 107 | 265 | 0 | 77 | 6 | 31 | 461 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10110101 | 0 | 111111 | 110 | 11001 | 100110001 | 110001 | 110100 |
Color Harmonies of #C047B5
Complementary color
Monochromatic Colors of #C047B5
Black with #C047B5
Text Example
Text Example
White with #C047B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047B5; }
p { color: rgb(192,71,181); }
H1.HeaderClassName
{
color: #C047B5;
}
.AnyTagClassName
{
color: #C047B5;
}
</style>
background-color css
<style>
a { background-color: #C047B5; }
a { background-color: rgb(192,71,181); }
div.DivClassName
{
background-color: #C047B5;
}
.BgClassName
{
background-color: #C047B5;
}
</style>
border-color css
<style>
span { border-color: #C047B5; }
span { border-color: rgb(192,71,181); }
td.TdClassName
{
border-color: #C047B5;
}
.TagClassName
{
border-color: #C047B5;
}
</style>