Shades of Fuchsia #CF41AF
Tints of Fuchsia #CF41AF
RGB
CMYK
RGB Variations
Color information
#CF41AF (or 0xCF41AF) is known color: Fuchsia. HEX triplet: CF, 41 and AF. RGB value is (207,65,175). Sum of RGB (Red+Green+Blue) = 207+65+175=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF41AF is #30BE50. Grayscale: #777777. Windows color (decimal): -3194449 or 11485647. OLE color: 11485647.
HSL color Cylindrical-coordinate representation of color #CF41AF: hue angle of 313.52º 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 #CF41AF is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 175 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.19 |
| HSL | 313.52º | 0.6% | 0.53% | - |
| HSV(B) | 313.52º | 0.69% | 0.81% | - |
| XYZ | 35.36 | 20.14 | 42.58 | - |
| YUV | 120 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 175 | 0 | 0.69 | 0.15 | 0.19 | 313.52 | 0.6 | 0.53 |
| Hex | CF | 41 | AF | 0 | 45 | F | 13 | 13A | 3C | 35 |
| Octal | 317 | 101 | 257 | 0 | 105 | 17 | 23 | 472 | 74 | 65 |
| Binary | 11001111 | 1000001 | 10101111 | 0 | 1000101 | 1111 | 10011 | 100111010 | 111100 | 110101 |
Color Harmonies of #CF41AF
Complementary color
Monochromatic Colors of #CF41AF
Black with #CF41AF
Text Example
Text Example
White with #CF41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF41AF; }
p { color: rgb(207,65,175); }
H1.HeaderClassName
{
color: #CF41AF;
}
.AnyTagClassName
{
color: #CF41AF;
}
</style>
background-color css
<style>
a { background-color: #CF41AF; }
a { background-color: rgb(207,65,175); }
div.DivClassName
{
background-color: #CF41AF;
}
.BgClassName
{
background-color: #CF41AF;
}
</style>
border-color css
<style>
span { border-color: #CF41AF; }
span { border-color: rgb(207,65,175); }
td.TdClassName
{
border-color: #CF41AF;
}
.TagClassName
{
border-color: #CF41AF;
}
</style>