Shades of Fuchsia #CF40AD
Tints of Fuchsia #CF40AD
RGB
CMYK
RGB Variations
Color information
#CF40AD (or 0xCF40AD) is known color: Fuchsia. HEX triplet: CF, 40 and AD. RGB value is (207,64,173). Sum of RGB (Red+Green+Blue) = 207+64+173=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF40AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF40AD is #30BF52. Grayscale: #767676. Windows color (decimal): -3194707 or 11354319. OLE color: 11354319.
HSL color Cylindrical-coordinate representation of color #CF40AD: hue angle of 314.27º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF40AD is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 173 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.19 |
| HSL | 314.27º | 0.6% | 0.53% | - |
| HSV(B) | 314.27º | 0.69% | 0.81% | - |
| XYZ | 35.11 | 19.95 | 41.54 | - |
| YUV | 119.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 173 | 0 | 0.69 | 0.16 | 0.19 | 314.27 | 0.6 | 0.53 |
| Hex | CF | 40 | AD | 0 | 45 | 10 | 13 | 13A | 3C | 35 |
| Octal | 317 | 100 | 255 | 0 | 105 | 20 | 23 | 472 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10101101 | 0 | 1000101 | 10000 | 10011 | 100111010 | 111100 | 110101 |
Color Harmonies of #CF40AD
Complementary color
Monochromatic Colors of #CF40AD
Black with #CF40AD
Text Example
Text Example
White with #CF40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF40AD; }
p { color: rgb(207,64,173); }
H1.HeaderClassName
{
color: #CF40AD;
}
.AnyTagClassName
{
color: #CF40AD;
}
</style>
background-color css
<style>
a { background-color: #CF40AD; }
a { background-color: rgb(207,64,173); }
div.DivClassName
{
background-color: #CF40AD;
}
.BgClassName
{
background-color: #CF40AD;
}
</style>
border-color css
<style>
span { border-color: #CF40AD; }
span { border-color: rgb(207,64,173); }
td.TdClassName
{
border-color: #CF40AD;
}
.TagClassName
{
border-color: #CF40AD;
}
</style>