Shades of Fuchsia #CF4DAF
Tints of Fuchsia #CF4DAF
RGB
CMYK
RGB Variations
Color information
#CF4DAF (or 0xCF4DAF) is known color: Fuchsia. HEX triplet: CF, 4D and AF. RGB value is (207,77,175). Sum of RGB (Red+Green+Blue) = 207+77+175=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF4DAF is #30B250. Grayscale: #7E7E7E. Windows color (decimal): -3191377 or 11488719. OLE color: 11488719.
HSL color Cylindrical-coordinate representation of color #CF4DAF: hue angle of 314.77º 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 #CF4DAF is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 175 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.19 |
| HSL | 314.77º | 0.58% | 0.56% | - |
| HSV(B) | 314.77º | 0.63% | 0.81% | - |
| XYZ | 36.12 | 21.67 | 42.84 | - |
| YUV | 127.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 175 | 0 | 0.63 | 0.15 | 0.19 | 314.77 | 0.58 | 0.56 |
| Hex | CF | 4D | AF | 0 | 3F | F | 13 | 13B | 3A | 38 |
| Octal | 317 | 115 | 257 | 0 | 77 | 17 | 23 | 473 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10101111 | 0 | 111111 | 1111 | 10011 | 100111011 | 111010 | 111000 |
Color Harmonies of #CF4DAF
Complementary color
Monochromatic Colors of #CF4DAF
Black with #CF4DAF
Text Example
Text Example
White with #CF4DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DAF; }
p { color: rgb(207,77,175); }
H1.HeaderClassName
{
color: #CF4DAF;
}
.AnyTagClassName
{
color: #CF4DAF;
}
</style>
background-color css
<style>
a { background-color: #CF4DAF; }
a { background-color: rgb(207,77,175); }
div.DivClassName
{
background-color: #CF4DAF;
}
.BgClassName
{
background-color: #CF4DAF;
}
</style>
border-color css
<style>
span { border-color: #CF4DAF; }
span { border-color: rgb(207,77,175); }
td.TdClassName
{
border-color: #CF4DAF;
}
.TagClassName
{
border-color: #CF4DAF;
}
</style>