Shades of Fuchsia #C947CE
Tints of Fuchsia #C947CE
RGB
CMYK
RGB Variations
Color information
#C947CE (or 0xC947CE) is known color: Fuchsia. HEX triplet: C9, 47 and CE. RGB value is (201,71,206). Sum of RGB (Red+Green+Blue) = 201+71+206=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #C947CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947CE is #36B831. Grayscale: #7C7C7C. Windows color (decimal): -3586098 or 13518793. OLE color: 13518793.
HSL color Cylindrical-coordinate representation of color #C947CE: hue angle of 297.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C947CE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 71 | 206 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.19 |
| HSL | 297.78º | 0.58% | 0.54% | - |
| HSV(B) | 297.78º | 0.66% | 0.81% | - |
| XYZ | 37.48 | 21.38 | 60.54 | - |
| YUV | 125.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 206 | 0.02 | 0.66 | 0 | 0.19 | 297.78 | 0.58 | 0.54 |
| Hex | C9 | 47 | CE | 2 | 42 | 0 | 13 | 12A | 3A | 36 |
| Octal | 311 | 107 | 316 | 2 | 102 | 0 | 23 | 452 | 72 | 66 |
| Binary | 11001001 | 1000111 | 11001110 | 10 | 1000010 | 0 | 10011 | 100101010 | 111010 | 110110 |
Color Harmonies of #C947CE
Complementary color
Monochromatic Colors of #C947CE
Black with #C947CE
Text Example
Text Example
White with #C947CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947CE; }
p { color: rgb(201,71,206); }
H1.HeaderClassName
{
color: #C947CE;
}
.AnyTagClassName
{
color: #C947CE;
}
</style>
background-color css
<style>
a { background-color: #C947CE; }
a { background-color: rgb(201,71,206); }
div.DivClassName
{
background-color: #C947CE;
}
.BgClassName
{
background-color: #C947CE;
}
</style>
border-color css
<style>
span { border-color: #C947CE; }
span { border-color: rgb(201,71,206); }
td.TdClassName
{
border-color: #C947CE;
}
.TagClassName
{
border-color: #C947CE;
}
</style>