Shades of Fuchsia #CF44AF
Tints of Fuchsia #CF44AF
RGB
CMYK
RGB Variations
Color information
#CF44AF (or 0xCF44AF) is known color: Fuchsia. HEX triplet: CF, 44 and AF. RGB value is (207,68,175). Sum of RGB (Red+Green+Blue) = 207+68+175=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF44AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF44AF is #30BB50. Grayscale: #797979. Windows color (decimal): -3193681 or 11486415. OLE color: 11486415.
HSL color Cylindrical-coordinate representation of color #CF44AF: hue angle of 313.81º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF44AF is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 175 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.19 |
| HSL | 313.81º | 0.59% | 0.54% | - |
| HSV(B) | 313.81º | 0.67% | 0.81% | - |
| XYZ | 35.54 | 20.49 | 42.64 | - |
| YUV | 121.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 175 | 0 | 0.67 | 0.15 | 0.19 | 313.81 | 0.59 | 0.54 |
| Hex | CF | 44 | AF | 0 | 43 | F | 13 | 13A | 3B | 36 |
| Octal | 317 | 104 | 257 | 0 | 103 | 17 | 23 | 472 | 73 | 66 |
| Binary | 11001111 | 1000100 | 10101111 | 0 | 1000011 | 1111 | 10011 | 100111010 | 111011 | 110110 |
Color Harmonies of #CF44AF
Complementary color
Monochromatic Colors of #CF44AF
Black with #CF44AF
Text Example
Text Example
White with #CF44AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44AF; }
p { color: rgb(207,68,175); }
H1.HeaderClassName
{
color: #CF44AF;
}
.AnyTagClassName
{
color: #CF44AF;
}
</style>
background-color css
<style>
a { background-color: #CF44AF; }
a { background-color: rgb(207,68,175); }
div.DivClassName
{
background-color: #CF44AF;
}
.BgClassName
{
background-color: #CF44AF;
}
</style>
border-color css
<style>
span { border-color: #CF44AF; }
span { border-color: rgb(207,68,175); }
td.TdClassName
{
border-color: #CF44AF;
}
.TagClassName
{
border-color: #CF44AF;
}
</style>