Shades of Fuchsia #CF4FAC
Tints of Fuchsia #CF4FAC
RGB
CMYK
RGB Variations
Color information
#CF4FAC (or 0xCF4FAC) is known color: Fuchsia. HEX triplet: CF, 4F and AC. RGB value is (207,79,172). Sum of RGB (Red+Green+Blue) = 207+79+172=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4FAC is #30B053. Grayscale: #7F7F7F. Windows color (decimal): -3190868 or 11292623. OLE color: 11292623.
HSL color Cylindrical-coordinate representation of color #CF4FAC: hue angle of 316.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4FAC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 79 | 172 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.19 |
| HSL | 316.41º | 0.57% | 0.56% | - |
| HSV(B) | 316.41º | 0.62% | 0.81% | - |
| XYZ | 35.97 | 21.84 | 41.35 | - |
| YUV | 127.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 172 | 0 | 0.62 | 0.17 | 0.19 | 316.41 | 0.57 | 0.56 |
| Hex | CF | 4F | AC | 0 | 3E | 11 | 13 | 13C | 39 | 38 |
| Octal | 317 | 117 | 254 | 0 | 76 | 21 | 23 | 474 | 71 | 70 |
| Binary | 11001111 | 1001111 | 10101100 | 0 | 111110 | 10001 | 10011 | 100111100 | 111001 | 111000 |
Color Harmonies of #CF4FAC
Complementary color
Monochromatic Colors of #CF4FAC
Black with #CF4FAC
Text Example
Text Example
White with #CF4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FAC; }
p { color: rgb(207,79,172); }
H1.HeaderClassName
{
color: #CF4FAC;
}
.AnyTagClassName
{
color: #CF4FAC;
}
</style>
background-color css
<style>
a { background-color: #CF4FAC; }
a { background-color: rgb(207,79,172); }
div.DivClassName
{
background-color: #CF4FAC;
}
.BgClassName
{
background-color: #CF4FAC;
}
</style>
border-color css
<style>
span { border-color: #CF4FAC; }
span { border-color: rgb(207,79,172); }
td.TdClassName
{
border-color: #CF4FAC;
}
.TagClassName
{
border-color: #CF4FAC;
}
</style>