Shades of Fuchsia #CF40AC
Tints of Fuchsia #CF40AC
RGB
CMYK
RGB Variations
Color information
#CF40AC (or 0xCF40AC) is known color: Fuchsia. HEX triplet: CF, 40 and AC. RGB value is (207,64,172). Sum of RGB (Red+Green+Blue) = 207+64+172=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40AC is #30BF53. Grayscale: #767676. Windows color (decimal): -3194708 or 11288783. OLE color: 11288783.
HSL color Cylindrical-coordinate representation of color #CF40AC: hue angle of 314.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40AC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 172 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.19 |
| HSL | 314.69º | 0.6% | 0.53% | - |
| HSV(B) | 314.69º | 0.69% | 0.81% | - |
| XYZ | 35.01 | 19.91 | 41.03 | - |
| YUV | 119.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 172 | 0 | 0.69 | 0.17 | 0.19 | 314.69 | 0.6 | 0.53 |
| Hex | CF | 40 | AC | 0 | 45 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 100 | 254 | 0 | 105 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10101100 | 0 | 1000101 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF40AC
Complementary color
Monochromatic Colors of #CF40AC
Black with #CF40AC
Text Example
Text Example
White with #CF40AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40AC; }
p { color: rgb(207,64,172); }
H1.HeaderClassName
{
color: #CF40AC;
}
.AnyTagClassName
{
color: #CF40AC;
}
</style>
background-color css
<style>
a { background-color: #CF40AC; }
a { background-color: rgb(207,64,172); }
div.DivClassName
{
background-color: #CF40AC;
}
.BgClassName
{
background-color: #CF40AC;
}
</style>
border-color css
<style>
span { border-color: #CF40AC; }
span { border-color: rgb(207,64,172); }
td.TdClassName
{
border-color: #CF40AC;
}
.TagClassName
{
border-color: #CF40AC;
}
</style>