Shades of Fuchsia #CF47AB
Tints of Fuchsia #CF47AB
RGB
CMYK
RGB Variations
Color information
#CF47AB (or 0xCF47AB) is known color: Fuchsia. HEX triplet: CF, 47 and AB. RGB value is (207,71,171). Sum of RGB (Red+Green+Blue) = 207+71+171=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF47AB is #30B854. Grayscale: #7A7A7A. Windows color (decimal): -3192917 or 11225039. OLE color: 11225039.
HSL color Cylindrical-coordinate representation of color #CF47AB: hue angle of 315.88º 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 #CF47AB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 171 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 315.88º | 0.59% | 0.55% | - |
| HSV(B) | 315.88º | 0.66% | 0.81% | - |
| XYZ | 35.34 | 20.71 | 40.66 | - |
| YUV | 123.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 171 | 0 | 0.66 | 0.17 | 0.19 | 315.88 | 0.59 | 0.55 |
| Hex | CF | 47 | AB | 0 | 42 | 11 | 13 | 13C | 3B | 37 |
| Octal | 317 | 107 | 253 | 0 | 102 | 21 | 23 | 474 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10101011 | 0 | 1000010 | 10001 | 10011 | 100111100 | 111011 | 110111 |
Color Harmonies of #CF47AB
Complementary color
Monochromatic Colors of #CF47AB
Black with #CF47AB
Text Example
Text Example
White with #CF47AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47AB; }
p { color: rgb(207,71,171); }
H1.HeaderClassName
{
color: #CF47AB;
}
.AnyTagClassName
{
color: #CF47AB;
}
</style>
background-color css
<style>
a { background-color: #CF47AB; }
a { background-color: rgb(207,71,171); }
div.DivClassName
{
background-color: #CF47AB;
}
.BgClassName
{
background-color: #CF47AB;
}
</style>
border-color css
<style>
span { border-color: #CF47AB; }
span { border-color: rgb(207,71,171); }
td.TdClassName
{
border-color: #CF47AB;
}
.TagClassName
{
border-color: #CF47AB;
}
</style>