Shades of Fuchsia #CF46B9
Tints of Fuchsia #CF46B9
RGB
CMYK
RGB Variations
Color information
#CF46B9 (or 0xCF46B9) is known color: Fuchsia. HEX triplet: CF, 46 and B9. RGB value is (207,70,185). Sum of RGB (Red+Green+Blue) = 207+70+185=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46B9 is #30B946. Grayscale: #7B7B7B. Windows color (decimal): -3193159 or 12142287. OLE color: 12142287.
HSL color Cylindrical-coordinate representation of color #CF46B9: hue angle of 309.64º 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 #CF46B9 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 185 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.19 |
| HSL | 309.64º | 0.59% | 0.54% | - |
| HSV(B) | 309.64º | 0.66% | 0.81% | - |
| XYZ | 36.68 | 21.15 | 48.05 | - |
| YUV | 124.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 185 | 0 | 0.66 | 0.11 | 0.19 | 309.64 | 0.59 | 0.54 |
| Hex | CF | 46 | B9 | 0 | 42 | B | 13 | 136 | 3B | 36 |
| Octal | 317 | 106 | 271 | 0 | 102 | 13 | 23 | 466 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10111001 | 0 | 1000010 | 1011 | 10011 | 100110110 | 111011 | 110110 |
Color Harmonies of #CF46B9
Complementary color
Monochromatic Colors of #CF46B9
Black with #CF46B9
Text Example
Text Example
White with #CF46B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46B9; }
p { color: rgb(207,70,185); }
H1.HeaderClassName
{
color: #CF46B9;
}
.AnyTagClassName
{
color: #CF46B9;
}
</style>
background-color css
<style>
a { background-color: #CF46B9; }
a { background-color: rgb(207,70,185); }
div.DivClassName
{
background-color: #CF46B9;
}
.BgClassName
{
background-color: #CF46B9;
}
</style>
border-color css
<style>
span { border-color: #CF46B9; }
span { border-color: rgb(207,70,185); }
td.TdClassName
{
border-color: #CF46B9;
}
.TagClassName
{
border-color: #CF46B9;
}
</style>