Shades of Fuchsia #CF47BB
Tints of Fuchsia #CF47BB
RGB
CMYK
RGB Variations
Color information
#CF47BB (or 0xCF47BB) is known color: Fuchsia. HEX triplet: CF, 47 and BB. RGB value is (207,71,187). Sum of RGB (Red+Green+Blue) = 207+71+187=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF47BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47BB is #30B844. Grayscale: #7C7C7C. Windows color (decimal): -3192901 or 12273615. OLE color: 12273615.
HSL color Cylindrical-coordinate representation of color #CF47BB: hue angle of 308.82º 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 #CF47BB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 187 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.19 |
| HSL | 308.82º | 0.59% | 0.55% | - |
| HSV(B) | 308.82º | 0.66% | 0.81% | - |
| XYZ | 36.96 | 21.36 | 49.19 | - |
| YUV | 124.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 187 | 0 | 0.66 | 0.10 | 0.19 | 308.82 | 0.59 | 0.55 |
| Hex | CF | 47 | BB | 0 | 42 | A | 13 | 135 | 3B | 37 |
| Octal | 317 | 107 | 273 | 0 | 102 | 12 | 23 | 465 | 73 | 67 |
| Binary | 11001111 | 1000111 | 10111011 | 0 | 1000010 | 1010 | 10011 | 100110101 | 111011 | 110111 |
Color Harmonies of #CF47BB
Complementary color
Monochromatic Colors of #CF47BB
Black with #CF47BB
Text Example
Text Example
White with #CF47BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47BB; }
p { color: rgb(207,71,187); }
H1.HeaderClassName
{
color: #CF47BB;
}
.AnyTagClassName
{
color: #CF47BB;
}
</style>
background-color css
<style>
a { background-color: #CF47BB; }
a { background-color: rgb(207,71,187); }
div.DivClassName
{
background-color: #CF47BB;
}
.BgClassName
{
background-color: #CF47BB;
}
</style>
border-color css
<style>
span { border-color: #CF47BB; }
span { border-color: rgb(207,71,187); }
td.TdClassName
{
border-color: #CF47BB;
}
.TagClassName
{
border-color: #CF47BB;
}
</style>