Shades of Fuchsia #CF4BBF
Tints of Fuchsia #CF4BBF
RGB
CMYK
RGB Variations
Color information
#CF4BBF (or 0xCF4BBF) is known color: Fuchsia. HEX triplet: CF, 4B and BF. RGB value is (207,75,191). Sum of RGB (Red+Green+Blue) = 207+75+191=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BBF is #30B440. Grayscale: #7F7F7F. Windows color (decimal): -3191873 or 12536783. OLE color: 12536783.
HSL color Cylindrical-coordinate representation of color #CF4BBF: hue angle of 307.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4BBF is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 191 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.19 |
| HSL | 307.27º | 0.58% | 0.55% | - |
| HSV(B) | 307.27º | 0.64% | 0.81% | - |
| XYZ | 37.65 | 22.06 | 51.56 | - |
| YUV | 127.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 191 | 0 | 0.64 | 0.08 | 0.19 | 307.27 | 0.58 | 0.55 |
| Hex | CF | 4B | BF | 0 | 40 | 8 | 13 | 133 | 3A | 37 |
| Octal | 317 | 113 | 277 | 0 | 100 | 10 | 23 | 463 | 72 | 67 |
| Binary | 11001111 | 1001011 | 10111111 | 0 | 1000000 | 1000 | 10011 | 100110011 | 111010 | 110111 |
Color Harmonies of #CF4BBF
Complementary color
Monochromatic Colors of #CF4BBF
Black with #CF4BBF
Text Example
Text Example
White with #CF4BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BBF; }
p { color: rgb(207,75,191); }
H1.HeaderClassName
{
color: #CF4BBF;
}
.AnyTagClassName
{
color: #CF4BBF;
}
</style>
background-color css
<style>
a { background-color: #CF4BBF; }
a { background-color: rgb(207,75,191); }
div.DivClassName
{
background-color: #CF4BBF;
}
.BgClassName
{
background-color: #CF4BBF;
}
</style>
border-color css
<style>
span { border-color: #CF4BBF; }
span { border-color: rgb(207,75,191); }
td.TdClassName
{
border-color: #CF4BBF;
}
.TagClassName
{
border-color: #CF4BBF;
}
</style>