Shades of Fuchsia #CF3FAC
Tints of Fuchsia #CF3FAC
RGB
CMYK
RGB Variations
Color information
#CF3FAC (or 0xCF3FAC) is known color: Fuchsia. HEX triplet: CF, 3F and AC. RGB value is (207,63,172). Sum of RGB (Red+Green+Blue) = 207+63+172=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3FAC is #30C053. Grayscale: #767676. Windows color (decimal): -3194964 or 11288527. OLE color: 11288527.
HSL color Cylindrical-coordinate representation of color #CF3FAC: hue angle of 314.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3FAC is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 172 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.19 |
| HSL | 314.58º | 0.6% | 0.53% | - |
| HSV(B) | 314.58º | 0.7% | 0.81% | - |
| XYZ | 34.96 | 19.8 | 41.01 | - |
| YUV | 118.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 172 | 0 | 0.70 | 0.17 | 0.19 | 314.58 | 0.6 | 0.53 |
| Hex | CF | 3F | AC | 0 | 46 | 11 | 13 | 13B | 3C | 35 |
| Octal | 317 | 77 | 254 | 0 | 106 | 21 | 23 | 473 | 74 | 65 |
| Binary | 11001111 | 111111 | 10101100 | 0 | 1000110 | 10001 | 10011 | 100111011 | 111100 | 110101 |
Color Harmonies of #CF3FAC
Complementary color
Monochromatic Colors of #CF3FAC
Black with #CF3FAC
Text Example
Text Example
White with #CF3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3FAC; }
p { color: rgb(207,63,172); }
H1.HeaderClassName
{
color: #CF3FAC;
}
.AnyTagClassName
{
color: #CF3FAC;
}
</style>
background-color css
<style>
a { background-color: #CF3FAC; }
a { background-color: rgb(207,63,172); }
div.DivClassName
{
background-color: #CF3FAC;
}
.BgClassName
{
background-color: #CF3FAC;
}
</style>
border-color css
<style>
span { border-color: #CF3FAC; }
span { border-color: rgb(207,63,172); }
td.TdClassName
{
border-color: #CF3FAC;
}
.TagClassName
{
border-color: #CF3FAC;
}
</style>