Shades of Fuchsia #CF4DAC
Tints of Fuchsia #CF4DAC
RGB
CMYK
RGB Variations
Color information
#CF4DAC (or 0xCF4DAC) is known color: Fuchsia. HEX triplet: CF, 4D and AC. RGB value is (207,77,172). Sum of RGB (Red+Green+Blue) = 207+77+172=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4DAC is #30B253. Grayscale: #7E7E7E. Windows color (decimal): -3191380 or 11292111. OLE color: 11292111.
HSL color Cylindrical-coordinate representation of color #CF4DAC: hue angle of 316.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DAC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 172 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.19 |
| HSL | 316.15º | 0.58% | 0.56% | - |
| HSV(B) | 316.15º | 0.63% | 0.81% | - |
| XYZ | 35.83 | 21.55 | 41.3 | - |
| YUV | 126.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 172 | 0 | 0.63 | 0.17 | 0.19 | 316.15 | 0.58 | 0.56 |
| Hex | CF | 4D | AC | 0 | 3F | 11 | 13 | 13C | 3A | 38 |
| Octal | 317 | 115 | 254 | 0 | 77 | 21 | 23 | 474 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10101100 | 0 | 111111 | 10001 | 10011 | 100111100 | 111010 | 111000 |
Color Harmonies of #CF4DAC
Complementary color
Monochromatic Colors of #CF4DAC
Black with #CF4DAC
Text Example
Text Example
White with #CF4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DAC; }
p { color: rgb(207,77,172); }
H1.HeaderClassName
{
color: #CF4DAC;
}
.AnyTagClassName
{
color: #CF4DAC;
}
</style>
background-color css
<style>
a { background-color: #CF4DAC; }
a { background-color: rgb(207,77,172); }
div.DivClassName
{
background-color: #CF4DAC;
}
.BgClassName
{
background-color: #CF4DAC;
}
</style>
border-color css
<style>
span { border-color: #CF4DAC; }
span { border-color: rgb(207,77,172); }
td.TdClassName
{
border-color: #CF4DAC;
}
.TagClassName
{
border-color: #CF4DAC;
}
</style>