Shades of Fuchsia #CF4DBF
Tints of Fuchsia #CF4DBF
RGB
CMYK
RGB Variations
Color information
#CF4DBF (or 0xCF4DBF) is known color: Fuchsia. HEX triplet: CF, 4D and BF. RGB value is (207,77,191). Sum of RGB (Red+Green+Blue) = 207+77+191=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DBF is #30B240. Grayscale: #808080. Windows color (decimal): -3191361 or 12537295. OLE color: 12537295.
HSL color Cylindrical-coordinate representation of color #CF4DBF: hue angle of 307.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DBF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 191 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.19 |
| HSL | 307.38º | 0.58% | 0.56% | - |
| HSV(B) | 307.38º | 0.63% | 0.81% | - |
| XYZ | 37.79 | 22.33 | 51.61 | - |
| YUV | 128.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 191 | 0 | 0.63 | 0.08 | 0.19 | 307.38 | 0.58 | 0.56 |
| Hex | CF | 4D | BF | 0 | 3F | 8 | 13 | 133 | 3A | 38 |
| Octal | 317 | 115 | 277 | 0 | 77 | 10 | 23 | 463 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10111111 | 0 | 111111 | 1000 | 10011 | 100110011 | 111010 | 111000 |
Color Harmonies of #CF4DBF
Complementary color
Monochromatic Colors of #CF4DBF
Black with #CF4DBF
Text Example
Text Example
White with #CF4DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DBF; }
p { color: rgb(207,77,191); }
H1.HeaderClassName
{
color: #CF4DBF;
}
.AnyTagClassName
{
color: #CF4DBF;
}
</style>
background-color css
<style>
a { background-color: #CF4DBF; }
a { background-color: rgb(207,77,191); }
div.DivClassName
{
background-color: #CF4DBF;
}
.BgClassName
{
background-color: #CF4DBF;
}
</style>
border-color css
<style>
span { border-color: #CF4DBF; }
span { border-color: rgb(207,77,191); }
td.TdClassName
{
border-color: #CF4DBF;
}
.TagClassName
{
border-color: #CF4DBF;
}
</style>