Shades of Fuchsia #C047CA
Tints of Fuchsia #C047CA
RGB
CMYK
RGB Variations
Color information
#C047CA (or 0xC047CA) is known color: Fuchsia. HEX triplet: C0, 47 and CA. RGB value is (192,71,202). Sum of RGB (Red+Green+Blue) = 192+71+202=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #C047CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C047CA is #3FB835. Grayscale: #797979. Windows color (decimal): -4175926 or 13256640. OLE color: 13256640.
HSL color Cylindrical-coordinate representation of color #C047CA: hue angle of 295.42º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C047CA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 71 | 202 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.21 |
| HSL | 295.42º | 0.55% | 0.54% | - |
| HSV(B) | 295.42º | 0.65% | 0.79% | - |
| XYZ | 34.65 | 19.98 | 57.91 | - |
| YUV | 122.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 202 | 0.05 | 0.65 | 0 | 0.21 | 295.42 | 0.55 | 0.54 |
| Hex | C0 | 47 | CA | 5 | 41 | 0 | 15 | 127 | 37 | 36 |
| Octal | 300 | 107 | 312 | 5 | 101 | 0 | 25 | 447 | 67 | 66 |
| Binary | 11000000 | 1000111 | 11001010 | 101 | 1000001 | 0 | 10101 | 100100111 | 110111 | 110110 |
Color Harmonies of #C047CA
Complementary color
Monochromatic Colors of #C047CA
Black with #C047CA
Text Example
Text Example
White with #C047CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C047CA; }
p { color: rgb(192,71,202); }
H1.HeaderClassName
{
color: #C047CA;
}
.AnyTagClassName
{
color: #C047CA;
}
</style>
background-color css
<style>
a { background-color: #C047CA; }
a { background-color: rgb(192,71,202); }
div.DivClassName
{
background-color: #C047CA;
}
.BgClassName
{
background-color: #C047CA;
}
</style>
border-color css
<style>
span { border-color: #C047CA; }
span { border-color: rgb(192,71,202); }
td.TdClassName
{
border-color: #C047CA;
}
.TagClassName
{
border-color: #C047CA;
}
</style>