Shades of Fuchsia #CF49B9
Tints of Fuchsia #CF49B9
RGB
CMYK
RGB Variations
Color information
#CF49B9 (or 0xCF49B9) is known color: Fuchsia. HEX triplet: CF, 49 and B9. RGB value is (207,73,185). Sum of RGB (Red+Green+Blue) = 207+73+185=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 185 (72.66% from 255 or 39.78% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49B9 is #30B646. Grayscale: #7D7D7D. Windows color (decimal): -3192391 or 12143055. OLE color: 12143055.
HSL color Cylindrical-coordinate representation of color #CF49B9: hue angle of 309.85º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF49B9 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 185 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.19 |
| HSL | 309.85º | 0.58% | 0.55% | - |
| HSV(B) | 309.85º | 0.65% | 0.81% | - |
| XYZ | 36.87 | 21.53 | 48.11 | - |
| YUV | 125.83 | 161.39 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 185 | 0 | 0.65 | 0.11 | 0.19 | 309.85 | 0.58 | 0.55 |
| Hex | CF | 49 | B9 | 0 | 41 | B | 13 | 136 | 3A | 37 |
| Octal | 317 | 111 | 271 | 0 | 101 | 13 | 23 | 466 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10111001 | 0 | 1000001 | 1011 | 10011 | 100110110 | 111010 | 110111 |
Color Harmonies of #CF49B9
Complementary color
Monochromatic Colors of #CF49B9
Black with #CF49B9
Text Example
Text Example
White with #CF49B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49B9; }
p { color: rgb(207,73,185); }
H1.HeaderClassName
{
color: #CF49B9;
}
.AnyTagClassName
{
color: #CF49B9;
}
</style>
background-color css
<style>
a { background-color: #CF49B9; }
a { background-color: rgb(207,73,185); }
div.DivClassName
{
background-color: #CF49B9;
}
.BgClassName
{
background-color: #CF49B9;
}
</style>
border-color css
<style>
span { border-color: #CF49B9; }
span { border-color: rgb(207,73,185); }
td.TdClassName
{
border-color: #CF49B9;
}
.TagClassName
{
border-color: #CF49B9;
}
</style>