Shades of Fuchsia #CF49AF
Tints of Fuchsia #CF49AF
RGB
CMYK
RGB Variations
Color information
#CF49AF (or 0xCF49AF) is known color: Fuchsia. HEX triplet: CF, 49 and AF. RGB value is (207,73,175). Sum of RGB (Red+Green+Blue) = 207+73+175=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49AF is #30B650. Grayscale: #7C7C7C. Windows color (decimal): -3192401 or 11487695. OLE color: 11487695.
HSL color Cylindrical-coordinate representation of color #CF49AF: hue angle of 314.33º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF49AF is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 175 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.19 |
| HSL | 314.33º | 0.58% | 0.55% | - |
| HSV(B) | 314.33º | 0.65% | 0.81% | - |
| XYZ | 35.85 | 21.13 | 42.75 | - |
| YUV | 124.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 175 | 0 | 0.65 | 0.15 | 0.19 | 314.33 | 0.58 | 0.55 |
| Hex | CF | 49 | AF | 0 | 41 | F | 13 | 13A | 3A | 37 |
| Octal | 317 | 111 | 257 | 0 | 101 | 17 | 23 | 472 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10101111 | 0 | 1000001 | 1111 | 10011 | 100111010 | 111010 | 110111 |
Color Harmonies of #CF49AF
Complementary color
Monochromatic Colors of #CF49AF
Black with #CF49AF
Text Example
Text Example
White with #CF49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49AF; }
p { color: rgb(207,73,175); }
H1.HeaderClassName
{
color: #CF49AF;
}
.AnyTagClassName
{
color: #CF49AF;
}
</style>
background-color css
<style>
a { background-color: #CF49AF; }
a { background-color: rgb(207,73,175); }
div.DivClassName
{
background-color: #CF49AF;
}
.BgClassName
{
background-color: #CF49AF;
}
</style>
border-color css
<style>
span { border-color: #CF49AF; }
span { border-color: rgb(207,73,175); }
td.TdClassName
{
border-color: #CF49AF;
}
.TagClassName
{
border-color: #CF49AF;
}
</style>