Shades of Fuchsia #C047A8
Tints of Fuchsia #C047A8
RGB
CMYK
RGB Variations
Color information
#C047A8 (or 0xC047A8) is known color: Fuchsia. HEX triplet: C0, 47 and A8. RGB value is (192,71,168). Sum of RGB (Red+Green+Blue) = 192+71+168=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C047A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C047A8 is #3FB857. Grayscale: #757575. Windows color (decimal): -4175960 or 11028416. OLE color: 11028416.
HSL color Cylindrical-coordinate representation of color #C047A8: hue angle of 311.9º 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 #C047A8 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 168 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.25 |
| HSL | 311.9º | 0.49% | 0.52% | - |
| HSV(B) | 311.9º | 0.63% | 0.75% | - |
| XYZ | 31.06 | 18.54 | 38.99 | - |
| YUV | 118.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 168 | 0 | 0.63 | 0.12 | 0.25 | 311.9 | 0.49 | 0.52 |
| Hex | C0 | 47 | A8 | 0 | 3F | C | 19 | 138 | 31 | 34 |
| Octal | 300 | 107 | 250 | 0 | 77 | 14 | 31 | 470 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10101000 | 0 | 111111 | 1100 | 11001 | 100111000 | 110001 | 110100 |
Color Harmonies of #C047A8
Complementary color
Monochromatic Colors of #C047A8
Black with #C047A8
Text Example
Text Example
White with #C047A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047A8; }
p { color: rgb(192,71,168); }
H1.HeaderClassName
{
color: #C047A8;
}
.AnyTagClassName
{
color: #C047A8;
}
</style>
background-color css
<style>
a { background-color: #C047A8; }
a { background-color: rgb(192,71,168); }
div.DivClassName
{
background-color: #C047A8;
}
.BgClassName
{
background-color: #C047A8;
}
</style>
border-color css
<style>
span { border-color: #C047A8; }
span { border-color: rgb(192,71,168); }
td.TdClassName
{
border-color: #C047A8;
}
.TagClassName
{
border-color: #C047A8;
}
</style>