Shades of Fuchsia #CF46BB
Tints of Fuchsia #CF46BB
RGB
CMYK
RGB Variations
Color information
#CF46BB (or 0xCF46BB) is known color: Fuchsia. HEX triplet: CF, 46 and BB. RGB value is (207,70,187). Sum of RGB (Red+Green+Blue) = 207+70+187=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46BB is #30B944. Grayscale: #7B7B7B. Windows color (decimal): -3193157 or 12273359. OLE color: 12273359.
HSL color Cylindrical-coordinate representation of color #CF46BB: hue angle of 308.76º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46BB is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 187 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.19 |
| HSL | 308.76º | 0.59% | 0.54% | - |
| HSV(B) | 308.76º | 0.66% | 0.81% | - |
| XYZ | 36.89 | 21.23 | 49.17 | - |
| YUV | 124.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 187 | 0 | 0.66 | 0.10 | 0.19 | 308.76 | 0.59 | 0.54 |
| Hex | CF | 46 | BB | 0 | 42 | A | 13 | 135 | 3B | 36 |
| Octal | 317 | 106 | 273 | 0 | 102 | 12 | 23 | 465 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10111011 | 0 | 1000010 | 1010 | 10011 | 100110101 | 111011 | 110110 |
Color Harmonies of #CF46BB
Complementary color
Monochromatic Colors of #CF46BB
Black with #CF46BB
Text Example
Text Example
White with #CF46BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46BB; }
p { color: rgb(207,70,187); }
H1.HeaderClassName
{
color: #CF46BB;
}
.AnyTagClassName
{
color: #CF46BB;
}
</style>
background-color css
<style>
a { background-color: #CF46BB; }
a { background-color: rgb(207,70,187); }
div.DivClassName
{
background-color: #CF46BB;
}
.BgClassName
{
background-color: #CF46BB;
}
</style>
border-color css
<style>
span { border-color: #CF46BB; }
span { border-color: rgb(207,70,187); }
td.TdClassName
{
border-color: #CF46BB;
}
.TagClassName
{
border-color: #CF46BB;
}
</style>