Shades of Fuchsia #CF41AC
Tints of Fuchsia #CF41AC
RGB
CMYK
RGB Variations
Color information
#CF41AC (or 0xCF41AC) is known color: Fuchsia. HEX triplet: CF, 41 and AC. RGB value is (207,65,172). Sum of RGB (Red+Green+Blue) = 207+65+172=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AC is #30BE53. Grayscale: #777777. Windows color (decimal): -3194452 or 11289039. OLE color: 11289039.
HSL color Cylindrical-coordinate representation of color #CF41AC: hue angle of 314.79º 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 #CF41AC is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 172 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.19 |
| HSL | 314.79º | 0.6% | 0.53% | - |
| HSV(B) | 314.79º | 0.69% | 0.81% | - |
| XYZ | 35.07 | 20.02 | 41.05 | - |
| YUV | 119.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 172 | 0 | 0.69 | 0.17 | 0.19 | 314.79 | 0.6 | 0.53 |
| Hex | CF | 41 | AC | 0 | 45 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 101 | 254 | 0 | 105 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101100 | 0 | 1000101 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF41AC
Complementary color
Monochromatic Colors of #CF41AC
Black with #CF41AC
Text Example
Text Example
White with #CF41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41AC; }
p { color: rgb(207,65,172); }
H1.HeaderClassName
{
color: #CF41AC;
}
.AnyTagClassName
{
color: #CF41AC;
}
</style>
background-color css
<style>
a { background-color: #CF41AC; }
a { background-color: rgb(207,65,172); }
div.DivClassName
{
background-color: #CF41AC;
}
.BgClassName
{
background-color: #CF41AC;
}
</style>
border-color css
<style>
span { border-color: #CF41AC; }
span { border-color: rgb(207,65,172); }
td.TdClassName
{
border-color: #CF41AC;
}
.TagClassName
{
border-color: #CF41AC;
}
</style>