Shades of Fuchsia #C047BB
Tints of Fuchsia #C047BB
RGB
CMYK
RGB Variations
Color information
#C047BB (or 0xC047BB) is known color: Fuchsia. HEX triplet: C0, 47 and BB. RGB value is (192,71,187). Sum of RGB (Red+Green+Blue) = 192+71+187=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C047BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047BB is #3FB844. Grayscale: #787878. Windows color (decimal): -4175941 or 12273600. OLE color: 12273600.
HSL color Cylindrical-coordinate representation of color #C047BB: hue angle of 302.48º 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 #C047BB is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 187 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.25 |
| HSL | 302.48º | 0.49% | 0.52% | - |
| HSV(B) | 302.48º | 0.63% | 0.75% | - |
| XYZ | 32.96 | 19.3 | 49 | - |
| YUV | 120.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 187 | 0 | 0.63 | 0.03 | 0.25 | 302.48 | 0.49 | 0.52 |
| Hex | C0 | 47 | BB | 0 | 3F | 3 | 19 | 12E | 31 | 34 |
| Octal | 300 | 107 | 273 | 0 | 77 | 3 | 31 | 456 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10111011 | 0 | 111111 | 11 | 11001 | 100101110 | 110001 | 110100 |
Color Harmonies of #C047BB
Complementary color
Monochromatic Colors of #C047BB
Black with #C047BB
Text Example
Text Example
White with #C047BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047BB; }
p { color: rgb(192,71,187); }
H1.HeaderClassName
{
color: #C047BB;
}
.AnyTagClassName
{
color: #C047BB;
}
</style>
background-color css
<style>
a { background-color: #C047BB; }
a { background-color: rgb(192,71,187); }
div.DivClassName
{
background-color: #C047BB;
}
.BgClassName
{
background-color: #C047BB;
}
</style>
border-color css
<style>
span { border-color: #C047BB; }
span { border-color: rgb(192,71,187); }
td.TdClassName
{
border-color: #C047BB;
}
.TagClassName
{
border-color: #C047BB;
}
</style>