Shades of Fuchsia #CF41BF
Tints of Fuchsia #CF41BF
RGB
CMYK
RGB Variations
Color information
#CF41BF (or 0xCF41BF) is known color: Fuchsia. HEX triplet: CF, 41 and BF. RGB value is (207,65,191). Sum of RGB (Red+Green+Blue) = 207+65+191=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BF is #30BE40. Grayscale: #797979. Windows color (decimal): -3194433 or 12534223. OLE color: 12534223.
HSL color Cylindrical-coordinate representation of color #CF41BF: hue angle of 306.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF41BF is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 191 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.19 |
| HSL | 306.76º | 0.6% | 0.53% | - |
| HSV(B) | 306.76º | 0.69% | 0.81% | - |
| XYZ | 37.03 | 20.81 | 51.35 | - |
| YUV | 121.82 | 167.04 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 191 | 0 | 0.69 | 0.08 | 0.19 | 306.76 | 0.6 | 0.53 |
| Hex | CF | 41 | BF | 0 | 45 | 8 | 13 | 133 | 3C | 35 |
| Octal | 317 | 101 | 277 | 0 | 105 | 10 | 23 | 463 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10111111 | 0 | 1000101 | 1000 | 10011 | 100110011 | 111100 | 110101 |
Color Harmonies of #CF41BF
Complementary color
Monochromatic Colors of #CF41BF
Black with #CF41BF
Text Example
Text Example
White with #CF41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41BF; }
p { color: rgb(207,65,191); }
H1.HeaderClassName
{
color: #CF41BF;
}
.AnyTagClassName
{
color: #CF41BF;
}
</style>
background-color css
<style>
a { background-color: #CF41BF; }
a { background-color: rgb(207,65,191); }
div.DivClassName
{
background-color: #CF41BF;
}
.BgClassName
{
background-color: #CF41BF;
}
</style>
border-color css
<style>
span { border-color: #CF41BF; }
span { border-color: rgb(207,65,191); }
td.TdClassName
{
border-color: #CF41BF;
}
.TagClassName
{
border-color: #CF41BF;
}
</style>