Shades of Fuchsia #CF4DBC
Tints of Fuchsia #CF4DBC
RGB
CMYK
RGB Variations
Color information
#CF4DBC (or 0xCF4DBC) is known color: Fuchsia. HEX triplet: CF, 4D and BC. RGB value is (207,77,188). Sum of RGB (Red+Green+Blue) = 207+77+188=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DBC is #30B243. Grayscale: #808080. Windows color (decimal): -3191364 or 12340687. OLE color: 12340687.
HSL color Cylindrical-coordinate representation of color #CF4DBC: hue angle of 308.77º 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 #CF4DBC is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 188 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.19 |
| HSL | 308.77º | 0.58% | 0.56% | - |
| HSV(B) | 308.77º | 0.63% | 0.81% | - |
| XYZ | 37.46 | 22.2 | 49.89 | - |
| YUV | 128.52 | 161.57 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 188 | 0 | 0.63 | 0.09 | 0.19 | 308.77 | 0.58 | 0.56 |
| Hex | CF | 4D | BC | 0 | 3F | 9 | 13 | 135 | 3A | 38 |
| Octal | 317 | 115 | 274 | 0 | 77 | 11 | 23 | 465 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10111100 | 0 | 111111 | 1001 | 10011 | 100110101 | 111010 | 111000 |
Color Harmonies of #CF4DBC
Complementary color
Monochromatic Colors of #CF4DBC
Black with #CF4DBC
Text Example
Text Example
White with #CF4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DBC; }
p { color: rgb(207,77,188); }
H1.HeaderClassName
{
color: #CF4DBC;
}
.AnyTagClassName
{
color: #CF4DBC;
}
</style>
background-color css
<style>
a { background-color: #CF4DBC; }
a { background-color: rgb(207,77,188); }
div.DivClassName
{
background-color: #CF4DBC;
}
.BgClassName
{
background-color: #CF4DBC;
}
</style>
border-color css
<style>
span { border-color: #CF4DBC; }
span { border-color: rgb(207,77,188); }
td.TdClassName
{
border-color: #CF4DBC;
}
.TagClassName
{
border-color: #CF4DBC;
}
</style>