Shades of Fuchsia #CF49BE
Tints of Fuchsia #CF49BE
RGB
CMYK
RGB Variations
Color information
#CF49BE (or 0xCF49BE) is known color: Fuchsia. HEX triplet: CF, 49 and BE. RGB value is (207,73,190). Sum of RGB (Red+Green+Blue) = 207+73+190=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF49BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49BE is #30B641. Grayscale: #7E7E7E. Windows color (decimal): -3192386 or 12470735. OLE color: 12470735.
HSL color Cylindrical-coordinate representation of color #CF49BE: hue angle of 307.61º 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 #CF49BE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 190 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.19 |
| HSL | 307.61º | 0.58% | 0.55% | - |
| HSV(B) | 307.61º | 0.65% | 0.81% | - |
| XYZ | 37.41 | 21.75 | 50.94 | - |
| YUV | 126.4 | 163.89 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 190 | 0 | 0.65 | 0.08 | 0.19 | 307.61 | 0.58 | 0.55 |
| Hex | CF | 49 | BE | 0 | 41 | 8 | 13 | 134 | 3A | 37 |
| Octal | 317 | 111 | 276 | 0 | 101 | 10 | 23 | 464 | 72 | 67 |
| Binary | 11001111 | 1001001 | 10111110 | 0 | 1000001 | 1000 | 10011 | 100110100 | 111010 | 110111 |
Color Harmonies of #CF49BE
Complementary color
Monochromatic Colors of #CF49BE
Black with #CF49BE
Text Example
Text Example
White with #CF49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF49BE; }
p { color: rgb(207,73,190); }
H1.HeaderClassName
{
color: #CF49BE;
}
.AnyTagClassName
{
color: #CF49BE;
}
</style>
background-color css
<style>
a { background-color: #CF49BE; }
a { background-color: rgb(207,73,190); }
div.DivClassName
{
background-color: #CF49BE;
}
.BgClassName
{
background-color: #CF49BE;
}
</style>
border-color css
<style>
span { border-color: #CF49BE; }
span { border-color: rgb(207,73,190); }
td.TdClassName
{
border-color: #CF49BE;
}
.TagClassName
{
border-color: #CF49BE;
}
</style>