Shades of Fuchsia #CF46AB
Tints of Fuchsia #CF46AB
RGB
CMYK
RGB Variations
Color information
#CF46AB (or 0xCF46AB) is known color: Fuchsia. HEX triplet: CF, 46 and AB. RGB value is (207,70,171). Sum of RGB (Red+Green+Blue) = 207+70+171=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF46AB is #30B954. Grayscale: #7A7A7A. Windows color (decimal): -3193173 or 11224783. OLE color: 11224783.
HSL color Cylindrical-coordinate representation of color #CF46AB: hue angle of 315.77º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF46AB is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 171 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 315.77º | 0.59% | 0.54% | - |
| HSV(B) | 315.77º | 0.66% | 0.81% | - |
| XYZ | 35.27 | 20.59 | 40.64 | - |
| YUV | 122.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 171 | 0 | 0.66 | 0.17 | 0.19 | 315.77 | 0.59 | 0.54 |
| Hex | CF | 46 | AB | 0 | 42 | 11 | 13 | 13C | 3B | 36 |
| Octal | 317 | 106 | 253 | 0 | 102 | 21 | 23 | 474 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10101011 | 0 | 1000010 | 10001 | 10011 | 100111100 | 111011 | 110110 |
Color Harmonies of #CF46AB
Complementary color
Monochromatic Colors of #CF46AB
Black with #CF46AB
Text Example
Text Example
White with #CF46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46AB; }
p { color: rgb(207,70,171); }
H1.HeaderClassName
{
color: #CF46AB;
}
.AnyTagClassName
{
color: #CF46AB;
}
</style>
background-color css
<style>
a { background-color: #CF46AB; }
a { background-color: rgb(207,70,171); }
div.DivClassName
{
background-color: #CF46AB;
}
.BgClassName
{
background-color: #CF46AB;
}
</style>
border-color css
<style>
span { border-color: #CF46AB; }
span { border-color: rgb(207,70,171); }
td.TdClassName
{
border-color: #CF46AB;
}
.TagClassName
{
border-color: #CF46AB;
}
</style>