Shades of Fuchsia #C947CC
Tints of Fuchsia #C947CC
RGB
CMYK
RGB Variations
Color information
#C947CC (or 0xC947CC) is known color: Fuchsia. HEX triplet: C9, 47 and CC. RGB value is (201,71,204). Sum of RGB (Red+Green+Blue) = 201+71+204=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #C947CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CC is #36B833. Grayscale: #7C7C7C. Windows color (decimal): -3586100 or 13387721. OLE color: 13387721.
HSL color Cylindrical-coordinate representation of color #C947CC: hue angle of 298.65º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947CC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 71 | 204 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.2 |
| HSL | 298.65º | 0.57% | 0.54% | - |
| HSV(B) | 298.65º | 0.65% | 0.8% | - |
| XYZ | 37.24 | 21.28 | 59.27 | - |
| YUV | 125.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 204 | 0.01 | 0.65 | 0 | 0.2 | 298.65 | 0.57 | 0.54 |
| Hex | C9 | 47 | CC | 1 | 41 | 0 | 14 | 12B | 39 | 36 |
| Octal | 311 | 107 | 314 | 1 | 101 | 0 | 24 | 453 | 71 | 66 |
| Binary | 11001001 | 1000111 | 11001100 | 1 | 1000001 | 0 | 10100 | 100101011 | 111001 | 110110 |
Color Harmonies of #C947CC
Complementary color
Monochromatic Colors of #C947CC
Black with #C947CC
Text Example
Text Example
White with #C947CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947CC; }
p { color: rgb(201,71,204); }
H1.HeaderClassName
{
color: #C947CC;
}
.AnyTagClassName
{
color: #C947CC;
}
</style>
background-color css
<style>
a { background-color: #C947CC; }
a { background-color: rgb(201,71,204); }
div.DivClassName
{
background-color: #C947CC;
}
.BgClassName
{
background-color: #C947CC;
}
</style>
border-color css
<style>
span { border-color: #C947CC; }
span { border-color: rgb(201,71,204); }
td.TdClassName
{
border-color: #C947CC;
}
.TagClassName
{
border-color: #C947CC;
}
</style>