Shades of Fuchsia #CF47B7
Tints of Fuchsia #CF47B7
RGB
CMYK
RGB Variations
Color information
#CF47B7 (or 0xCF47B7) is known color: Fuchsia. HEX triplet: CF, 47 and B7. RGB value is (207,71,183). Sum of RGB (Red+Green+Blue) = 207+71+183=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47B7 is #30B848. Grayscale: #7C7C7C. Windows color (decimal): -3192905 or 12011471. OLE color: 12011471.
HSL color Cylindrical-coordinate representation of color #CF47B7: hue angle of 310.59º 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 #CF47B7 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 183 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.19 |
| HSL | 310.59º | 0.59% | 0.55% | - |
| HSV(B) | 310.59º | 0.66% | 0.81% | - |
| XYZ | 36.53 | 21.19 | 46.96 | - |
| YUV | 124.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 183 | 0 | 0.66 | 0.12 | 0.19 | 310.59 | 0.59 | 0.55 |
| Hex | CF | 47 | B7 | 0 | 42 | C | 13 | 137 | 3B | 37 |
| Octal | 317 | 107 | 267 | 0 | 102 | 14 | 23 | 467 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10110111 | 0 | 1000010 | 1100 | 10011 | 100110111 | 111011 | 110111 |
Color Harmonies of #CF47B7
Complementary color
Monochromatic Colors of #CF47B7
Black with #CF47B7
Text Example
Text Example
White with #CF47B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47B7; }
p { color: rgb(207,71,183); }
H1.HeaderClassName
{
color: #CF47B7;
}
.AnyTagClassName
{
color: #CF47B7;
}
</style>
background-color css
<style>
a { background-color: #CF47B7; }
a { background-color: rgb(207,71,183); }
div.DivClassName
{
background-color: #CF47B7;
}
.BgClassName
{
background-color: #CF47B7;
}
</style>
border-color css
<style>
span { border-color: #CF47B7; }
span { border-color: rgb(207,71,183); }
td.TdClassName
{
border-color: #CF47B7;
}
.TagClassName
{
border-color: #CF47B7;
}
</style>