Shades of Fuchsia #C047AB
Tints of Fuchsia #C047AB
RGB
CMYK
RGB Variations
Color information
#C047AB (or 0xC047AB) is known color: Fuchsia. HEX triplet: C0, 47 and AB. RGB value is (192,71,171). Sum of RGB (Red+Green+Blue) = 192+71+171=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C047AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047AB is #3FB854. Grayscale: #767676. Windows color (decimal): -4175957 or 11225024. OLE color: 11225024.
HSL color Cylindrical-coordinate representation of color #C047AB: hue angle of 310.41º 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 #C047AB is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 171 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.25 |
| HSL | 310.41º | 0.49% | 0.52% | - |
| HSV(B) | 310.41º | 0.63% | 0.75% | - |
| XYZ | 31.34 | 18.65 | 40.48 | - |
| YUV | 118.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 171 | 0 | 0.63 | 0.11 | 0.25 | 310.41 | 0.49 | 0.52 |
| Hex | C0 | 47 | AB | 0 | 3F | B | 19 | 136 | 31 | 34 |
| Octal | 300 | 107 | 253 | 0 | 77 | 13 | 31 | 466 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10101011 | 0 | 111111 | 1011 | 11001 | 100110110 | 110001 | 110100 |
Color Harmonies of #C047AB
Complementary color
Monochromatic Colors of #C047AB
Black with #C047AB
Text Example
Text Example
White with #C047AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047AB; }
p { color: rgb(192,71,171); }
H1.HeaderClassName
{
color: #C047AB;
}
.AnyTagClassName
{
color: #C047AB;
}
</style>
background-color css
<style>
a { background-color: #C047AB; }
a { background-color: rgb(192,71,171); }
div.DivClassName
{
background-color: #C047AB;
}
.BgClassName
{
background-color: #C047AB;
}
</style>
border-color css
<style>
span { border-color: #C047AB; }
span { border-color: rgb(192,71,171); }
td.TdClassName
{
border-color: #C047AB;
}
.TagClassName
{
border-color: #C047AB;
}
</style>