Shades of Fuchsia #CF2DBF
Tints of Fuchsia #CF2DBF
RGB
CMYK
RGB Variations
Color information
#CF2DBF (or 0xCF2DBF) is known color: Fuchsia. HEX triplet: CF, 2D and BF. RGB value is (207,45,191). Sum of RGB (Red+Green+Blue) = 207+45+191=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DBF is #30D240. Grayscale: #6D6D6D. Windows color (decimal): -3199553 or 12529103. OLE color: 12529103.
HSL color Cylindrical-coordinate representation of color #CF2DBF: hue angle of 305.93º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2DBF is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 191 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.19 |
| HSL | 305.93º | 0.64% | 0.49% | - |
| HSV(B) | 305.93º | 0.78% | 0.81% | - |
| XYZ | 36.07 | 18.9 | 51.04 | - |
| YUV | 110.08 | 173.67 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 191 | 0 | 0.78 | 0.08 | 0.19 | 305.93 | 0.64 | 0.49 |
| Hex | CF | 2D | BF | 0 | 4E | 8 | 13 | 132 | 40 | 31 |
| Octal | 317 | 55 | 277 | 0 | 116 | 10 | 23 | 462 | 100 | 61 |
| Binary | 11001111 | 101101 | 10111111 | 0 | 1001110 | 1000 | 10011 | 100110010 | 1000000 | 110001 |
Color Harmonies of #CF2DBF
Complementary color
Monochromatic Colors of #CF2DBF
Black with #CF2DBF
Text Example
Text Example
White with #CF2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DBF; }
p { color: rgb(207,45,191); }
H1.HeaderClassName
{
color: #CF2DBF;
}
.AnyTagClassName
{
color: #CF2DBF;
}
</style>
background-color css
<style>
a { background-color: #CF2DBF; }
a { background-color: rgb(207,45,191); }
div.DivClassName
{
background-color: #CF2DBF;
}
.BgClassName
{
background-color: #CF2DBF;
}
</style>
border-color css
<style>
span { border-color: #CF2DBF; }
span { border-color: rgb(207,45,191); }
td.TdClassName
{
border-color: #CF2DBF;
}
.TagClassName
{
border-color: #CF2DBF;
}
</style>