Shades of Fuchsia #CF4AB9
Tints of Fuchsia #CF4AB9
RGB
CMYK
RGB Variations
Color information
#CF4AB9 (or 0xCF4AB9) is known color: Fuchsia. HEX triplet: CF, 4A and B9. RGB value is (207,74,185). Sum of RGB (Red+Green+Blue) = 207+74+185=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 74 (29.30% from 255 or 15.88% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AB9 is #30B546. Grayscale: #7E7E7E. Windows color (decimal): -3192135 or 12143311. OLE color: 12143311.
HSL color Cylindrical-coordinate representation of color #CF4AB9: hue angle of 309.92º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4AB9 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 185 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.19 |
| HSL | 309.92º | 0.58% | 0.55% | - |
| HSV(B) | 309.92º | 0.64% | 0.81% | - |
| XYZ | 36.94 | 21.67 | 48.13 | - |
| YUV | 126.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 185 | 0 | 0.64 | 0.11 | 0.19 | 309.92 | 0.58 | 0.55 |
| Hex | CF | 4A | B9 | 0 | 40 | B | 13 | 136 | 3A | 37 |
| Octal | 317 | 112 | 271 | 0 | 100 | 13 | 23 | 466 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10111001 | 0 | 1000000 | 1011 | 10011 | 100110110 | 111010 | 110111 |
Color Harmonies of #CF4AB9
Complementary color
Monochromatic Colors of #CF4AB9
Black with #CF4AB9
Text Example
Text Example
White with #CF4AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AB9; }
p { color: rgb(207,74,185); }
H1.HeaderClassName
{
color: #CF4AB9;
}
.AnyTagClassName
{
color: #CF4AB9;
}
</style>
background-color css
<style>
a { background-color: #CF4AB9; }
a { background-color: rgb(207,74,185); }
div.DivClassName
{
background-color: #CF4AB9;
}
.BgClassName
{
background-color: #CF4AB9;
}
</style>
border-color css
<style>
span { border-color: #CF4AB9; }
span { border-color: rgb(207,74,185); }
td.TdClassName
{
border-color: #CF4AB9;
}
.TagClassName
{
border-color: #CF4AB9;
}
</style>