Shades of Fuchsia #CF41AD
Tints of Fuchsia #CF41AD
RGB
CMYK
RGB Variations
Color information
#CF41AD (or 0xCF41AD) is known color: Fuchsia. HEX triplet: CF, 41 and AD. RGB value is (207,65,173). Sum of RGB (Red+Green+Blue) = 207+65+173=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AD is #30BE52. Grayscale: #777777. Windows color (decimal): -3194451 or 11354575. OLE color: 11354575.
HSL color Cylindrical-coordinate representation of color #CF41AD: hue angle of 314.37º 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 #CF41AD is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 173 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.19 |
| HSL | 314.37º | 0.6% | 0.53% | - |
| HSV(B) | 314.37º | 0.69% | 0.81% | - |
| XYZ | 35.17 | 20.06 | 41.55 | - |
| YUV | 119.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 173 | 0 | 0.69 | 0.16 | 0.19 | 314.37 | 0.6 | 0.53 |
| Hex | CF | 41 | AD | 0 | 45 | 10 | 13 | 13A | 3C | 35 |
| Octal | 317 | 101 | 255 | 0 | 105 | 20 | 23 | 472 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101101 | 0 | 1000101 | 10000 | 10011 | 100111010 | 111100 | 110101 |
Color Harmonies of #CF41AD
Complementary color
Monochromatic Colors of #CF41AD
Black with #CF41AD
Text Example
Text Example
White with #CF41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41AD; }
p { color: rgb(207,65,173); }
H1.HeaderClassName
{
color: #CF41AD;
}
.AnyTagClassName
{
color: #CF41AD;
}
</style>
background-color css
<style>
a { background-color: #CF41AD; }
a { background-color: rgb(207,65,173); }
div.DivClassName
{
background-color: #CF41AD;
}
.BgClassName
{
background-color: #CF41AD;
}
</style>
border-color css
<style>
span { border-color: #CF41AD; }
span { border-color: rgb(207,65,173); }
td.TdClassName
{
border-color: #CF41AD;
}
.TagClassName
{
border-color: #CF41AD;
}
</style>