Shades of Fuchsia #C947C0
Tints of Fuchsia #C947C0
RGB
CMYK
RGB Variations
Color information
#C947C0 (or 0xC947C0) is known color: Fuchsia. HEX triplet: C9, 47 and C0. RGB value is (201,71,192). Sum of RGB (Red+Green+Blue) = 201+71+192=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C947C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947C0 is #36B83F. Grayscale: #7B7B7B. Windows color (decimal): -3586112 or 12601289. OLE color: 12601289.
HSL color Cylindrical-coordinate representation of color #C947C0: hue angle of 304.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947C0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 192 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.21 |
| HSL | 304.15º | 0.55% | 0.53% | - |
| HSV(B) | 304.15º | 0.65% | 0.79% | - |
| XYZ | 35.86 | 20.73 | 51.98 | - |
| YUV | 123.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 192 | 0 | 0.65 | 0.04 | 0.21 | 304.15 | 0.55 | 0.53 |
| Hex | C9 | 47 | C0 | 0 | 41 | 4 | 15 | 130 | 37 | 35 |
| Octal | 311 | 107 | 300 | 0 | 101 | 4 | 25 | 460 | 67 | 65 |
| Binary | 11001001 | 1000111 | 11000000 | 0 | 1000001 | 100 | 10101 | 100110000 | 110111 | 110101 |
Color Harmonies of #C947C0
Complementary color
Monochromatic Colors of #C947C0
Black with #C947C0
Text Example
Text Example
White with #C947C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947C0; }
p { color: rgb(201,71,192); }
H1.HeaderClassName
{
color: #C947C0;
}
.AnyTagClassName
{
color: #C947C0;
}
</style>
background-color css
<style>
a { background-color: #C947C0; }
a { background-color: rgb(201,71,192); }
div.DivClassName
{
background-color: #C947C0;
}
.BgClassName
{
background-color: #C947C0;
}
</style>
border-color css
<style>
span { border-color: #C947C0; }
span { border-color: rgb(201,71,192); }
td.TdClassName
{
border-color: #C947C0;
}
.TagClassName
{
border-color: #C947C0;
}
</style>