Shades of Fuchsia #CF4EAC
Tints of Fuchsia #CF4EAC
RGB
CMYK
RGB Variations
Color information
#CF4EAC (or 0xCF4EAC) is known color: Fuchsia. HEX triplet: CF, 4E and AC. RGB value is (207,78,172). Sum of RGB (Red+Green+Blue) = 207+78+172=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4EAC is #30B153. Grayscale: #7F7F7F. Windows color (decimal): -3191124 or 11292367. OLE color: 11292367.
HSL color Cylindrical-coordinate representation of color #CF4EAC: hue angle of 316.28º 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 #CF4EAC is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 172 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.19 |
| HSL | 316.28º | 0.57% | 0.56% | - |
| HSV(B) | 316.28º | 0.62% | 0.81% | - |
| XYZ | 35.9 | 21.69 | 41.32 | - |
| YUV | 127.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 172 | 0 | 0.62 | 0.17 | 0.19 | 316.28 | 0.57 | 0.56 |
| Hex | CF | 4E | AC | 0 | 3E | 11 | 13 | 13C | 39 | 38 |
| Octal | 317 | 116 | 254 | 0 | 76 | 21 | 23 | 474 | 71 | 70 |
| Binary | 11001111 | 1001110 | 10101100 | 0 | 111110 | 10001 | 10011 | 100111100 | 111001 | 111000 |
Color Harmonies of #CF4EAC
Complementary color
Monochromatic Colors of #CF4EAC
Black with #CF4EAC
Text Example
Text Example
White with #CF4EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4EAC; }
p { color: rgb(207,78,172); }
H1.HeaderClassName
{
color: #CF4EAC;
}
.AnyTagClassName
{
color: #CF4EAC;
}
</style>
background-color css
<style>
a { background-color: #CF4EAC; }
a { background-color: rgb(207,78,172); }
div.DivClassName
{
background-color: #CF4EAC;
}
.BgClassName
{
background-color: #CF4EAC;
}
</style>
border-color css
<style>
span { border-color: #CF4EAC; }
span { border-color: rgb(207,78,172); }
td.TdClassName
{
border-color: #CF4EAC;
}
.TagClassName
{
border-color: #CF4EAC;
}
</style>