Shades of Fuchsia #C947CF
Tints of Fuchsia #C947CF
RGB
CMYK
RGB Variations
Color information
#C947CF (or 0xC947CF) is known color: Fuchsia. HEX triplet: C9, 47 and CF. RGB value is (201,71,207). Sum of RGB (Red+Green+Blue) = 201+71+207=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #C947CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CF is #36B830. Grayscale: #7C7C7C. Windows color (decimal): -3586097 or 13584329. OLE color: 13584329.
HSL color Cylindrical-coordinate representation of color #C947CF: hue angle of 297.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C947CF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 71 | 207 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.19 |
| HSL | 297.35º | 0.59% | 0.55% | - |
| HSV(B) | 297.35º | 0.66% | 0.81% | - |
| XYZ | 37.6 | 21.43 | 61.19 | - |
| YUV | 125.37 | 174.07 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 207 | 0.03 | 0.66 | 0 | 0.19 | 297.35 | 0.59 | 0.55 |
| Hex | C9 | 47 | CF | 3 | 42 | 0 | 13 | 129 | 3B | 37 |
| Octal | 311 | 107 | 317 | 3 | 102 | 0 | 23 | 451 | 73 | 67 |
| Binary | 11001001 | 1000111 | 11001111 | 11 | 1000010 | 0 | 10011 | 100101001 | 111011 | 110111 |
Color Harmonies of #C947CF
Complementary color
Monochromatic Colors of #C947CF
Black with #C947CF
Text Example
Text Example
White with #C947CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947CF; }
p { color: rgb(201,71,207); }
H1.HeaderClassName
{
color: #C947CF;
}
.AnyTagClassName
{
color: #C947CF;
}
</style>
background-color css
<style>
a { background-color: #C947CF; }
a { background-color: rgb(201,71,207); }
div.DivClassName
{
background-color: #C947CF;
}
.BgClassName
{
background-color: #C947CF;
}
</style>
border-color css
<style>
span { border-color: #C947CF; }
span { border-color: rgb(201,71,207); }
td.TdClassName
{
border-color: #C947CF;
}
.TagClassName
{
border-color: #C947CF;
}
</style>