Shades of Fuchsia #C747CE
Tints of Fuchsia #C747CE
RGB
CMYK
RGB Variations
Color information
#C747CE (or 0xC747CE) is known color: Fuchsia. HEX triplet: C7, 47 and CE. RGB value is (199,71,206). Sum of RGB (Red+Green+Blue) = 199+71+206=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C747CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747CE is #38B831. Grayscale: #7C7C7C. Windows color (decimal): -3717170 or 13518791. OLE color: 13518791.
HSL color Cylindrical-coordinate representation of color #C747CE: hue angle of 296.89º 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 #C747CE is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 71 | 206 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.19 |
| HSL | 296.89º | 0.58% | 0.54% | - |
| HSV(B) | 296.89º | 0.66% | 0.81% | - |
| XYZ | 36.95 | 21.1 | 60.52 | - |
| YUV | 124.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 206 | 0.03 | 0.66 | 0 | 0.19 | 296.89 | 0.58 | 0.54 |
| Hex | C7 | 47 | CE | 3 | 42 | 0 | 13 | 129 | 3A | 36 |
| Octal | 307 | 107 | 316 | 3 | 102 | 0 | 23 | 451 | 72 | 66 |
| Binary | 11000111 | 1000111 | 11001110 | 11 | 1000010 | 0 | 10011 | 100101001 | 111010 | 110110 |
Color Harmonies of #C747CE
Complementary color
Monochromatic Colors of #C747CE
Black with #C747CE
Text Example
Text Example
White with #C747CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C747CE; }
p { color: rgb(199,71,206); }
H1.HeaderClassName
{
color: #C747CE;
}
.AnyTagClassName
{
color: #C747CE;
}
</style>
background-color css
<style>
a { background-color: #C747CE; }
a { background-color: rgb(199,71,206); }
div.DivClassName
{
background-color: #C747CE;
}
.BgClassName
{
background-color: #C747CE;
}
</style>
border-color css
<style>
span { border-color: #C747CE; }
span { border-color: rgb(199,71,206); }
td.TdClassName
{
border-color: #C747CE;
}
.TagClassName
{
border-color: #C747CE;
}
</style>