Shades of Fuchsia #CF49AD
Tints of Fuchsia #CF49AD
RGB
CMYK
RGB Variations
Color information
#CF49AD (or 0xCF49AD) is known color: Fuchsia. HEX triplet: CF, 49 and AD. RGB value is (207,73,173). Sum of RGB (Red+Green+Blue) = 207+73+173=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF49AD is #30B652. Grayscale: #7C7C7C. Windows color (decimal): -3192403 or 11356623. OLE color: 11356623.
HSL color Cylindrical-coordinate representation of color #CF49AD: hue angle of 315.22º 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 #CF49AD is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 173 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.19 |
| HSL | 315.22º | 0.58% | 0.55% | - |
| HSV(B) | 315.22º | 0.65% | 0.81% | - |
| XYZ | 35.66 | 21.05 | 41.72 | - |
| YUV | 124.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 173 | 0 | 0.65 | 0.16 | 0.19 | 315.22 | 0.58 | 0.55 |
| Hex | CF | 49 | AD | 0 | 41 | 10 | 13 | 13B | 3A | 37 |
| Octal | 317 | 111 | 255 | 0 | 101 | 20 | 23 | 473 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10101101 | 0 | 1000001 | 10000 | 10011 | 100111011 | 111010 | 110111 |
Color Harmonies of #CF49AD
Complementary color
Monochromatic Colors of #CF49AD
Black with #CF49AD
Text Example
Text Example
White with #CF49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49AD; }
p { color: rgb(207,73,173); }
H1.HeaderClassName
{
color: #CF49AD;
}
.AnyTagClassName
{
color: #CF49AD;
}
</style>
background-color css
<style>
a { background-color: #CF49AD; }
a { background-color: rgb(207,73,173); }
div.DivClassName
{
background-color: #CF49AD;
}
.BgClassName
{
background-color: #CF49AD;
}
</style>
border-color css
<style>
span { border-color: #CF49AD; }
span { border-color: rgb(207,73,173); }
td.TdClassName
{
border-color: #CF49AD;
}
.TagClassName
{
border-color: #CF49AD;
}
</style>