Shades of Fuchsia #CF47CE
Tints of Fuchsia #CF47CE
RGB
CMYK
RGB Variations
Color information
#CF47CE (or 0xCF47CE) is known color: Fuchsia. HEX triplet: CF, 47 and CE. RGB value is (207,71,206). Sum of RGB (Red+Green+Blue) = 207+71+206=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47CE is #30B831. Grayscale: #7E7E7E. Windows color (decimal): -3192882 or 13518799. OLE color: 13518799.
HSL color Cylindrical-coordinate representation of color #CF47CE: hue angle of 300.44º 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 #CF47CE is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 206 | - |
| CMYK | 0 | 0.66 | 0.00 | 0.19 |
| HSL | 300.44º | 0.59% | 0.55% | - |
| HSV(B) | 300.44º | 0.66% | 0.81% | - |
| XYZ | 39.13 | 22.23 | 60.62 | - |
| YUV | 127.05 | 172.56 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 206 | 0 | 0.66 | 0.00 | 0.19 | 300.44 | 0.59 | 0.55 |
| Hex | CF | 47 | CE | 0 | 42 | 0 | 13 | 12C | 3B | 37 |
| Octal | 317 | 107 | 316 | 0 | 102 | 0 | 23 | 454 | 73 | 67 |
| Binary | 11001111 | 1000111 | 11001110 | 0 | 1000010 | 0 | 10011 | 100101100 | 111011 | 110111 |
Color Harmonies of #CF47CE
Complementary color
Monochromatic Colors of #CF47CE
Black with #CF47CE
Text Example
Text Example
White with #CF47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47CE; }
p { color: rgb(207,71,206); }
H1.HeaderClassName
{
color: #CF47CE;
}
.AnyTagClassName
{
color: #CF47CE;
}
</style>
background-color css
<style>
a { background-color: #CF47CE; }
a { background-color: rgb(207,71,206); }
div.DivClassName
{
background-color: #CF47CE;
}
.BgClassName
{
background-color: #CF47CE;
}
</style>
border-color css
<style>
span { border-color: #CF47CE; }
span { border-color: rgb(207,71,206); }
td.TdClassName
{
border-color: #CF47CE;
}
.TagClassName
{
border-color: #CF47CE;
}
</style>