Shades of Fuchsia #CF49AC
Tints of Fuchsia #CF49AC
RGB
CMYK
RGB Variations
Color information
#CF49AC (or 0xCF49AC) is known color: Fuchsia. HEX triplet: CF, 49 and AC. RGB value is (207,73,172). Sum of RGB (Red+Green+Blue) = 207+73+172=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49AC is #30B653. Grayscale: #7C7C7C. Windows color (decimal): -3192404 or 11291087. OLE color: 11291087.
HSL color Cylindrical-coordinate representation of color #CF49AC: hue angle of 315.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF49AC is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 172 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.19 |
| HSL | 315.67º | 0.58% | 0.55% | - |
| HSV(B) | 315.67º | 0.65% | 0.81% | - |
| XYZ | 35.56 | 21.01 | 41.21 | - |
| YUV | 124.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 172 | 0 | 0.65 | 0.17 | 0.19 | 315.67 | 0.58 | 0.55 |
| Hex | CF | 49 | AC | 0 | 41 | 11 | 13 | 13C | 3A | 37 |
| Octal | 317 | 111 | 254 | 0 | 101 | 21 | 23 | 474 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10101100 | 0 | 1000001 | 10001 | 10011 | 100111100 | 111010 | 110111 |
Color Harmonies of #CF49AC
Complementary color
Monochromatic Colors of #CF49AC
Black with #CF49AC
Text Example
Text Example
White with #CF49AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49AC; }
p { color: rgb(207,73,172); }
H1.HeaderClassName
{
color: #CF49AC;
}
.AnyTagClassName
{
color: #CF49AC;
}
</style>
background-color css
<style>
a { background-color: #CF49AC; }
a { background-color: rgb(207,73,172); }
div.DivClassName
{
background-color: #CF49AC;
}
.BgClassName
{
background-color: #CF49AC;
}
</style>
border-color css
<style>
span { border-color: #CF49AC; }
span { border-color: rgb(207,73,172); }
td.TdClassName
{
border-color: #CF49AC;
}
.TagClassName
{
border-color: #CF49AC;
}
</style>