Shades of Fuchsia #CF44BF
Tints of Fuchsia #CF44BF
RGB
CMYK
RGB Variations
Color information
#CF44BF (or 0xCF44BF) is known color: Fuchsia. HEX triplet: CF, 44 and BF. RGB value is (207,68,191). Sum of RGB (Red+Green+Blue) = 207+68+191=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44BF is #30BB40. Grayscale: #7B7B7B. Windows color (decimal): -3193665 or 12534991. OLE color: 12534991.
HSL color Cylindrical-coordinate representation of color #CF44BF: hue angle of 306.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44BF is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 191 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.19 |
| HSL | 306.91º | 0.59% | 0.54% | - |
| HSV(B) | 306.91º | 0.67% | 0.81% | - |
| XYZ | 37.2 | 21.16 | 51.41 | - |
| YUV | 123.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 191 | 0 | 0.67 | 0.08 | 0.19 | 306.91 | 0.59 | 0.54 |
| Hex | CF | 44 | BF | 0 | 43 | 8 | 13 | 133 | 3B | 36 |
| Octal | 317 | 104 | 277 | 0 | 103 | 10 | 23 | 463 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10111111 | 0 | 1000011 | 1000 | 10011 | 100110011 | 111011 | 110110 |
Color Harmonies of #CF44BF
Complementary color
Monochromatic Colors of #CF44BF
Black with #CF44BF
Text Example
Text Example
White with #CF44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44BF; }
p { color: rgb(207,68,191); }
H1.HeaderClassName
{
color: #CF44BF;
}
.AnyTagClassName
{
color: #CF44BF;
}
</style>
background-color css
<style>
a { background-color: #CF44BF; }
a { background-color: rgb(207,68,191); }
div.DivClassName
{
background-color: #CF44BF;
}
.BgClassName
{
background-color: #CF44BF;
}
</style>
border-color css
<style>
span { border-color: #CF44BF; }
span { border-color: rgb(207,68,191); }
td.TdClassName
{
border-color: #CF44BF;
}
.TagClassName
{
border-color: #CF44BF;
}
</style>