Shades of Fuchsia #CF47AC
Tints of Fuchsia #CF47AC
RGB
CMYK
RGB Variations
Color information
#CF47AC (or 0xCF47AC) is known color: Fuchsia. HEX triplet: CF, 47 and AC. RGB value is (207,71,172). Sum of RGB (Red+Green+Blue) = 207+71+172=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF47AC is #30B853. Grayscale: #7A7A7A. Windows color (decimal): -3192916 or 11290575. OLE color: 11290575.
HSL color Cylindrical-coordinate representation of color #CF47AC: hue angle of 315.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 #CF47AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 172 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 315.44º | 0.59% | 0.55% | - |
| HSV(B) | 315.44º | 0.66% | 0.81% | - |
| XYZ | 35.43 | 20.75 | 41.17 | - |
| YUV | 123.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 172 | 0 | 0.66 | 0.17 | 0.19 | 315.44 | 0.59 | 0.55 |
| Hex | CF | 47 | AC | 0 | 42 | 11 | 13 | 13B | 3B | 37 |
| Octal | 317 | 107 | 254 | 0 | 102 | 21 | 23 | 473 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10101100 | 0 | 1000010 | 10001 | 10011 | 100111011 | 111011 | 110111 |
Color Harmonies of #CF47AC
Complementary color
Monochromatic Colors of #CF47AC
Black with #CF47AC
Text Example
Text Example
White with #CF47AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47AC; }
p { color: rgb(207,71,172); }
H1.HeaderClassName
{
color: #CF47AC;
}
.AnyTagClassName
{
color: #CF47AC;
}
</style>
background-color css
<style>
a { background-color: #CF47AC; }
a { background-color: rgb(207,71,172); }
div.DivClassName
{
background-color: #CF47AC;
}
.BgClassName
{
background-color: #CF47AC;
}
</style>
border-color css
<style>
span { border-color: #CF47AC; }
span { border-color: rgb(207,71,172); }
td.TdClassName
{
border-color: #CF47AC;
}
.TagClassName
{
border-color: #CF47AC;
}
</style>