Shades of Fuchsia #CF46AC
Tints of Fuchsia #CF46AC
RGB
CMYK
RGB Variations
Color information
#CF46AC (or 0xCF46AC) is known color: Fuchsia. HEX triplet: CF, 46 and AC. RGB value is (207,70,172). Sum of RGB (Red+Green+Blue) = 207+70+172=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF46AC is #30B953. Grayscale: #7A7A7A. Windows color (decimal): -3193172 or 11290319. OLE color: 11290319.
HSL color Cylindrical-coordinate representation of color #CF46AC: hue angle of 315.33º 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 #CF46AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 172 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.19 |
| HSL | 315.33º | 0.59% | 0.54% | - |
| HSV(B) | 315.33º | 0.66% | 0.81% | - |
| XYZ | 35.37 | 20.62 | 41.15 | - |
| YUV | 122.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 172 | 0 | 0.66 | 0.17 | 0.19 | 315.33 | 0.59 | 0.54 |
| Hex | CF | 46 | AC | 0 | 42 | 11 | 13 | 13B | 3B | 36 |
| Octal | 317 | 106 | 254 | 0 | 102 | 21 | 23 | 473 | 73 | 66 |
| Binary | 11001111 | 1000110 | 10101100 | 0 | 1000010 | 10001 | 10011 | 100111011 | 111011 | 110110 |
Color Harmonies of #CF46AC
Complementary color
Monochromatic Colors of #CF46AC
Black with #CF46AC
Text Example
Text Example
White with #CF46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46AC; }
p { color: rgb(207,70,172); }
H1.HeaderClassName
{
color: #CF46AC;
}
.AnyTagClassName
{
color: #CF46AC;
}
</style>
background-color css
<style>
a { background-color: #CF46AC; }
a { background-color: rgb(207,70,172); }
div.DivClassName
{
background-color: #CF46AC;
}
.BgClassName
{
background-color: #CF46AC;
}
</style>
border-color css
<style>
span { border-color: #CF46AC; }
span { border-color: rgb(207,70,172); }
td.TdClassName
{
border-color: #CF46AC;
}
.TagClassName
{
border-color: #CF46AC;
}
</style>