Shades of Fuchsia #CF49AB
Tints of Fuchsia #CF49AB
RGB
CMYK
RGB Variations
Color information
#CF49AB (or 0xCF49AB) is known color: Fuchsia. HEX triplet: CF, 49 and AB. RGB value is (207,73,171). Sum of RGB (Red+Green+Blue) = 207+73+171=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49AB is #30B654. Grayscale: #7B7B7B. Windows color (decimal): -3192405 or 11225551. OLE color: 11225551.
HSL color Cylindrical-coordinate representation of color #CF49AB: hue angle of 316.12º 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 #CF49AB is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 171 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.19 |
| HSL | 316.12º | 0.58% | 0.55% | - |
| HSV(B) | 316.12º | 0.65% | 0.81% | - |
| XYZ | 35.47 | 20.97 | 40.71 | - |
| YUV | 124.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 171 | 0 | 0.65 | 0.17 | 0.19 | 316.12 | 0.58 | 0.55 |
| Hex | CF | 49 | AB | 0 | 41 | 11 | 13 | 13C | 3A | 37 |
| Octal | 317 | 111 | 253 | 0 | 101 | 21 | 23 | 474 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10101011 | 0 | 1000001 | 10001 | 10011 | 100111100 | 111010 | 110111 |
Color Harmonies of #CF49AB
Complementary color
Monochromatic Colors of #CF49AB
Black with #CF49AB
Text Example
Text Example
White with #CF49AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49AB; }
p { color: rgb(207,73,171); }
H1.HeaderClassName
{
color: #CF49AB;
}
.AnyTagClassName
{
color: #CF49AB;
}
</style>
background-color css
<style>
a { background-color: #CF49AB; }
a { background-color: rgb(207,73,171); }
div.DivClassName
{
background-color: #CF49AB;
}
.BgClassName
{
background-color: #CF49AB;
}
</style>
border-color css
<style>
span { border-color: #CF49AB; }
span { border-color: rgb(207,73,171); }
td.TdClassName
{
border-color: #CF49AB;
}
.TagClassName
{
border-color: #CF49AB;
}
</style>