Shades of Fuchsia #CF59AC
Tints of Fuchsia #CF59AC
RGB
CMYK
RGB Variations
Color information
#CF59AC (or 0xCF59AC) is known color: Fuchsia. HEX triplet: CF, 59 and AC. RGB value is (207,89,172). Sum of RGB (Red+Green+Blue) = 207+89+172=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59AC is #30A653. Grayscale: #858585. Windows color (decimal): -3188308 or 11295183. OLE color: 11295183.
HSL color Cylindrical-coordinate representation of color #CF59AC: hue angle of 317.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59AC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 172 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.19 |
| HSL | 317.8º | 0.55% | 0.58% | - |
| HSV(B) | 317.8º | 0.57% | 0.81% | - |
| XYZ | 36.75 | 23.39 | 41.61 | - |
| YUV | 133.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 172 | 0 | 0.57 | 0.17 | 0.19 | 317.8 | 0.55 | 0.58 |
| Hex | CF | 59 | AC | 0 | 39 | 11 | 13 | 13E | 37 | 3A |
| Octal | 317 | 131 | 254 | 0 | 71 | 21 | 23 | 476 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10101100 | 0 | 111001 | 10001 | 10011 | 100111110 | 110111 | 111010 |
Color Harmonies of #CF59AC
Complementary color
Monochromatic Colors of #CF59AC
Black with #CF59AC
Text Example
Text Example
White with #CF59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59AC; }
p { color: rgb(207,89,172); }
H1.HeaderClassName
{
color: #CF59AC;
}
.AnyTagClassName
{
color: #CF59AC;
}
</style>
background-color css
<style>
a { background-color: #CF59AC; }
a { background-color: rgb(207,89,172); }
div.DivClassName
{
background-color: #CF59AC;
}
.BgClassName
{
background-color: #CF59AC;
}
</style>
border-color css
<style>
span { border-color: #CF59AC; }
span { border-color: rgb(207,89,172); }
td.TdClassName
{
border-color: #CF59AC;
}
.TagClassName
{
border-color: #CF59AC;
}
</style>