Shades of Fuchsia #CF56AC
Tints of Fuchsia #CF56AC
RGB
CMYK
RGB Variations
Color information
#CF56AC (or 0xCF56AC) is known color: Fuchsia. HEX triplet: CF, 56 and AC. RGB value is (207,86,172). Sum of RGB (Red+Green+Blue) = 207+86+172=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF56AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF56AC is #30A953. Grayscale: #838383. Windows color (decimal): -3189076 or 11294415. OLE color: 11294415.
HSL color Cylindrical-coordinate representation of color #CF56AC: hue angle of 317.36º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF56AC is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 172 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.19 |
| HSL | 317.36º | 0.56% | 0.57% | - |
| HSV(B) | 317.36º | 0.58% | 0.81% | - |
| XYZ | 36.51 | 22.9 | 41.53 | - |
| YUV | 131.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 172 | 0 | 0.58 | 0.17 | 0.19 | 317.36 | 0.56 | 0.57 |
| Hex | CF | 56 | AC | 0 | 3A | 11 | 13 | 13D | 38 | 39 |
| Octal | 317 | 126 | 254 | 0 | 72 | 21 | 23 | 475 | 70 | 71 |
| Binary | 11001111 | 1010110 | 10101100 | 0 | 111010 | 10001 | 10011 | 100111101 | 111000 | 111001 |
Color Harmonies of #CF56AC
Complementary color
Monochromatic Colors of #CF56AC
Black with #CF56AC
Text Example
Text Example
White with #CF56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56AC; }
p { color: rgb(207,86,172); }
H1.HeaderClassName
{
color: #CF56AC;
}
.AnyTagClassName
{
color: #CF56AC;
}
</style>
background-color css
<style>
a { background-color: #CF56AC; }
a { background-color: rgb(207,86,172); }
div.DivClassName
{
background-color: #CF56AC;
}
.BgClassName
{
background-color: #CF56AC;
}
</style>
border-color css
<style>
span { border-color: #CF56AC; }
span { border-color: rgb(207,86,172); }
td.TdClassName
{
border-color: #CF56AC;
}
.TagClassName
{
border-color: #CF56AC;
}
</style>