Shades of Fuchsia #CF4AB7
Tints of Fuchsia #CF4AB7
RGB
CMYK
RGB Variations
Color information
#CF4AB7 (or 0xCF4AB7) is known color: Fuchsia. HEX triplet: CF, 4A and B7. RGB value is (207,74,183). Sum of RGB (Red+Green+Blue) = 207+74+183=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 183 (71.88% from 255 or 39.44% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4AB7 is #30B548. Grayscale: #7D7D7D. Windows color (decimal): -3192137 or 12012239. OLE color: 12012239.
HSL color Cylindrical-coordinate representation of color #CF4AB7: hue angle of 310.83º 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 #CF4AB7 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 183 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.19 |
| HSL | 310.83º | 0.58% | 0.55% | - |
| HSV(B) | 310.83º | 0.64% | 0.81% | - |
| XYZ | 36.73 | 21.58 | 47.03 | - |
| YUV | 126.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 183 | 0 | 0.64 | 0.12 | 0.19 | 310.83 | 0.58 | 0.55 |
| Hex | CF | 4A | B7 | 0 | 40 | C | 13 | 137 | 3A | 37 |
| Octal | 317 | 112 | 267 | 0 | 100 | 14 | 23 | 467 | 72 | 67 |
| Binary | 11001111 | 1001010 | 10110111 | 0 | 1000000 | 1100 | 10011 | 100110111 | 111010 | 110111 |
Color Harmonies of #CF4AB7
Complementary color
Monochromatic Colors of #CF4AB7
Black with #CF4AB7
Text Example
Text Example
White with #CF4AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4AB7; }
p { color: rgb(207,74,183); }
H1.HeaderClassName
{
color: #CF4AB7;
}
.AnyTagClassName
{
color: #CF4AB7;
}
</style>
background-color css
<style>
a { background-color: #CF4AB7; }
a { background-color: rgb(207,74,183); }
div.DivClassName
{
background-color: #CF4AB7;
}
.BgClassName
{
background-color: #CF4AB7;
}
</style>
border-color css
<style>
span { border-color: #CF4AB7; }
span { border-color: rgb(207,74,183); }
td.TdClassName
{
border-color: #CF4AB7;
}
.TagClassName
{
border-color: #CF4AB7;
}
</style>