Shades of Fuchsia #CF41BB
Tints of Fuchsia #CF41BB
RGB
CMYK
RGB Variations
Color information
#CF41BB (or 0xCF41BB) is known color: Fuchsia. HEX triplet: CF, 41 and BB. RGB value is (207,65,187). Sum of RGB (Red+Green+Blue) = 207+65+187=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41BB is #30BE44. Grayscale: #797979. Windows color (decimal): -3194437 or 12272079. OLE color: 12272079.
HSL color Cylindrical-coordinate representation of color #CF41BB: hue angle of 308.45º 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 #CF41BB is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 187 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.19 |
| HSL | 308.45º | 0.6% | 0.53% | - |
| HSV(B) | 308.45º | 0.69% | 0.81% | - |
| XYZ | 36.59 | 20.63 | 49.07 | - |
| YUV | 121.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 187 | 0 | 0.69 | 0.10 | 0.19 | 308.45 | 0.6 | 0.53 |
| Hex | CF | 41 | BB | 0 | 45 | A | 13 | 134 | 3C | 35 |
| Octal | 317 | 101 | 273 | 0 | 105 | 12 | 23 | 464 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10111011 | 0 | 1000101 | 1010 | 10011 | 100110100 | 111100 | 110101 |
Color Harmonies of #CF41BB
Complementary color
Monochromatic Colors of #CF41BB
Black with #CF41BB
Text Example
Text Example
White with #CF41BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41BB; }
p { color: rgb(207,65,187); }
H1.HeaderClassName
{
color: #CF41BB;
}
.AnyTagClassName
{
color: #CF41BB;
}
</style>
background-color css
<style>
a { background-color: #CF41BB; }
a { background-color: rgb(207,65,187); }
div.DivClassName
{
background-color: #CF41BB;
}
.BgClassName
{
background-color: #CF41BB;
}
</style>
border-color css
<style>
span { border-color: #CF41BB; }
span { border-color: rgb(207,65,187); }
td.TdClassName
{
border-color: #CF41BB;
}
.TagClassName
{
border-color: #CF41BB;
}
</style>